chakravarthiT opened a new pull request #24051: [SPARK-26879][SQL] Zero based column indexing for inline functions URL: https://github.com/apache/spark/pull/24051 ## What changes were proposed in this pull request? This PR is to standardise the column indexing of inline function ,as discussed on PR #23748. There is inconsistency in default column names for functions like inline and stack. Inline uses col1, col2, etc. (i.e. 1-indexed columns), while stack uses col0, col1, col2, etc. (i.e. 0-indexed columns). ## How was this patch tested? Added unit test.
---------------------------------------------------------------- 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]
