sujith71955 opened a new pull request #24903: [SPARK-28084][SPARK-SQL]Resolving the partition column name based on the resolver which follows spark.sql.caseSensitive property configuration value. URL: https://github.com/apache/spark/pull/24903 What changes were proposed in this pull request? LOAD DATA command resolves the partition column name as case sensitive manner, where as in insert command the partition column name will be resolved using the SQLConf resolver where the names will be resolved based on spark.sql.caseSensitive property. same logic can be applied for resolving the partition column names in LOAD COMMAND. How was this patch tested? Existing UT and manual testing.
---------------------------------------------------------------- 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]
