File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/hive/src/test/scala/org/apache/spark/sql/parquet Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,15 +186,15 @@ class ParquetSourceSuite extends ParquetTest {
186
186
create temporary table partitioned_parquet_with_key_and_complextypes
187
187
USING org.apache.spark.sql.parquet
188
188
OPTIONS (
189
- path ' ${new File ( partitionedTableDirWithKeyAndComplexTypes, " p=1 " ) .getCanonicalPath}'
189
+ path ' ${partitionedTableDirWithKeyAndComplexTypes.getCanonicalPath}'
190
190
)
191
191
""" )
192
192
193
193
sql( s """
194
194
create temporary table partitioned_parquet_with_complextypes
195
195
USING org.apache.spark.sql.parquet
196
196
OPTIONS (
197
- path ' ${new File ( partitionedTableDirWithComplexTypes, " p=1 " ) .getCanonicalPath}'
197
+ path ' ${partitionedTableDirWithComplexTypes.getCanonicalPath}'
198
198
)
199
199
""" )
200
200
}
You can’t perform that action at this time.
0 commit comments