MaxGekk opened a new pull request #26559: [SPARK-29930][SQL] Remove SQL configs declared to be removed in Spark 3.0 URL: https://github.com/apache/spark/pull/26559 ### What changes were proposed in this pull request? Removed 2 SQL configs `spark.sql.fromJsonForceNullableSchema` and `spark.sql.legacy.compareDateTimestampInTimestamp` that are declared to be removed in Spark 3.0 ### Why are the changes needed? To make code cleaner and improve maintainability. ### Does this PR introduce any user-facing change? Yes ### How was this patch tested? By `TypeCoercionSuite` and `JsonExpressionsSuite`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
