mingmwang commented on PR #6102:
URL: 
https://github.com/apache/arrow-datafusion/pull/6102#issuecomment-1519562955

   @jackwener 
   Could you please help to check the behavior of PG?
   
   In Spark 3.x, there is a configuration to control the String/Date type cast 
conversions.
   
   ```scala
     val LEGACY_CAST_DATETIME_TO_STRING =
       buildConf("spark.sql.legacy.typeCoercion.datetimeToString.enabled")
         .internal()
         .doc("If it is set to true, date/timestamp will cast to string in 
binary comparisons " +
           s"with String when ${ANSI_ENABLED.key} is false.")
         .version("3.0.0")
         .booleanConf
         .createWithDefault(false)
   ```
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to