Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add one more test
  • Loading branch information
MaxGekk committed Nov 1, 2019
commit cf8023a3926823a34a2d0661ff52b1ea203333b1
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ abstract class ParquetQuerySuite extends QueryTest with ParquetTest with SharedS
"interval 9999 years 12 months 1 millisecond",
"interval 9999 years 12 months 23 hours 59 minutes 59 seconds 999 milliseconds",
"interval -9999 years -12 months -23 hours -59 minutes -59 seconds -999 milliseconds",
"interval 1000 months 1000 days 10000000 microseconds",
"").toDF("intervalStr")
.selectExpr("CAST(intervalStr AS interval) AS i")
df.write.parquet(file.getCanonicalPath)
Expand Down