mn-mikke opened a new pull request #23745: [SPARK-26707][SQL] Insertion of a single struct into a table URL: https://github.com/apache/spark/pull/23745 ## What changes were proposed in this pull request? A commend like ```INSERT INTO tbl VALUES (struct(123))``` currently leads to an ```AnalysisException```. The PR tries to fix the problem by introducing a new unresolved expression that plays a role of a collection for multiple named expressions. ## How was this patch tested? - Added UT describing the problem - Run all existing SQL test
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
