taiyang-li commented on code in PR #5406:
URL: https://github.com/apache/incubator-gluten/pull/5406#discussion_r1569816446


##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1588,6 +1591,16 @@ object GlutenConfig {
       .booleanConf
       .createWithDefault(true)
 
+  val ENABLE_REWRITE_DATE_CONVERSION =
+    buildConf("spark.gluten.sql.rewrite.dateConversion")
+      .internal()
+      .doc(
+        "Rewrite the conversion between date and string."

Review Comment:
   It is useful for velox backend? 



-- 
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]

Reply via email to