rui-mo commented on code in PR #11720:
URL: https://github.com/apache/gluten/pull/11720#discussion_r3014897894
##########
backends-velox/src/test/scala/org/apache/gluten/functions/ScalarFunctionsValidateSuite.scala:
##########
@@ -1529,4 +1529,15 @@ abstract class ScalarFunctionsValidateSuite extends
FunctionsValidateSuite {
}
}
}
+ test("test_current_timestamp") {
Review Comment:
unrelated change?
##########
backends-velox/src/main/scala/org/apache/gluten/config/VeloxConfig.scala:
##########
@@ -755,4 +757,13 @@ object VeloxConfig extends ConfigRegistry {
.doc("Maps table field names to file field names using names, not
indices for Parquet files.")
.booleanConf
.createWithDefault(true)
+
+ val ENABLE_TIMESTAMP_NTZ_VALIDATION =
+
buildConf("spark.gluten.sql.columnar.backend.velox.enableTimestampNtzValidation")
Review Comment:
nit: `enableTimestampNTZValidation`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]