Skip to content

Commit 22eea03

Browse files
committed
Add a comment
1 parent 80f2724 commit 22eea03

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

gluten-ut/spark32/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/GlutenParquetColumnIndexSuite.scala

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class GlutenParquetColumnIndexSuite extends ParquetColumnIndexSuite with GlutenS
3838
"cast(id as float) as _5",
3939
"cast(id as double) as _6",
4040
"cast(id as decimal(20,0)) as _7",
41+
// We changed 1618161925000 to 1618161925 to avoid reaching the limitation of Velox.
4142
"cast(cast(1618161925 + id * 60 * 60 * 24 as timestamp) as date) as _9"
4243
)
4344
checkUnalignedPages(df)(actions: _*)

gluten-ut/spark33/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/GlutenParquetColumnIndexSuite.scala

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class GlutenParquetColumnIndexSuite extends ParquetColumnIndexSuite with GlutenS
3838
"cast(id as float) as _5",
3939
"cast(id as double) as _6",
4040
"cast(id as decimal(20,0)) as _7",
41+
// We changed 1618161925000 to 1618161925 to avoid reaching the limitation of Velox.
4142
"cast(cast(1618161925 + id * 60 * 60 * 24 as timestamp) as date) as _9"
4243
)
4344
checkUnalignedPages(df)(actions: _*)

gluten-ut/spark34/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/GlutenParquetColumnIndexSuite.scala

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class GlutenParquetColumnIndexSuite extends ParquetColumnIndexSuite with GlutenS
3838
"cast(id as float) as _5",
3939
"cast(id as double) as _6",
4040
"cast(id as decimal(20,0)) as _7",
41+
// We changed 1618161925000 to 1618161925 to avoid reaching the limitation of Velox.
4142
"cast(cast(1618161925 + id * 60 * 60 * 24 as timestamp) as date) as _9"
4243
)
4344
checkUnalignedPages(df)(actions: _*)

gluten-ut/spark35/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/GlutenParquetColumnIndexSuite.scala

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class GlutenParquetColumnIndexSuite extends ParquetColumnIndexSuite with GlutenS
3838
"cast(id as float) as _5",
3939
"cast(id as double) as _6",
4040
"cast(id as decimal(20,0)) as _7",
41+
// We changed 1618161925000 to 1618161925 to avoid reaching the limitation of Velox.
4142
"cast(cast(1618161925 + id * 60 * 60 * 24 as timestamp) as date) as _9"
4243
)
4344
checkUnalignedPages(df)(actions: _*)

0 commit comments

Comments
 (0)