opensky142857 commented on pull request #32675: URL: https://github.com/apache/spark/pull/32675#issuecomment-857337063
> > the table schema will be stored as lower cases while bucket column info will stay the same with user input. > > I'm not sure this is true. Table schema and bucketed columns are both stored in the Spark-specific table properties which are case-preserving. the schema here comes from metastore when we call methods like 'getRawTableOption' and the Spark schema info in properties don't overwrite the schema field in those cases. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
