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 {
186186 create temporary table partitioned_parquet_with_key_and_complextypes
187187 USING org.apache.spark.sql.parquet
188188 OPTIONS (
189- path ' ${new File ( partitionedTableDirWithKeyAndComplexTypes, " p=1 " ) .getCanonicalPath}'
189+ path ' ${partitionedTableDirWithKeyAndComplexTypes.getCanonicalPath}'
190190 )
191191 """ )
192192
193193 sql( s """
194194 create temporary table partitioned_parquet_with_complextypes
195195 USING org.apache.spark.sql.parquet
196196 OPTIONS (
197- path ' ${new File ( partitionedTableDirWithComplexTypes, " p=1 " ) .getCanonicalPath}'
197+ path ' ${partitionedTableDirWithComplexTypes.getCanonicalPath}'
198198 )
199199 """ )
200200 }
You can’t perform that action at this time.
0 commit comments