You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/07 18:29:43 UTC

[GitHub] mn-mikke opened a new pull request #23745: [SPARK-26707][SQL] Insertion of a single struct into a table

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org