comphead commented on PR #4799:
URL:
https://github.com/apache/datafusion-comet/pull/4799#issuecomment-5097107986
Also will remove the global Comet fallback for params
```
"spark.sql.legacy.decimal.retainFractionDigitsOnTruncate" -> "false",
"spark.sql.legacy.literal.pickMinimumPrecision" -> "true",
"spark.sql.legacy.charVarcharAsString" -> "false",
"spark.sql.legacy.allowParameterlessCount" -> "false",
"spark.sql.legacy.doLooseUpcast" -> "false",
"spark.sql.legacy.typeCoercion.datetimeToString.enabled" -> "false",
"spark.sql.legacy.duplicateBetweenInput" -> "false",
"spark.sql.legacy.inSubqueryNullability" -> "false",
"spark.sql.legacy.scalarSubqueryCountBugBehavior" -> "false",
"spark.sql.legacy.disableMapKeyNormalization" -> "false",
"spark.sql.legacy.setopsPrecedence.enabled" -> "false",
"spark.sql.legacy.viewSchemaCompensation" -> "true",
"spark.sql.legacy.readFileSourceTableCacheIgnoreOptions" -> "false"
```
and we need to address them separately
--
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]