Re: [PR] [SPARK-46388][SQL] HiveAnalysis misses the pattern guard of `query.resolved` [spark]

2023-12-13 Thread via GitHub
yaooqinn commented on PR #44326: URL: https://github.com/apache/spark/pull/44326#issuecomment-1853616511 Thanks, merged to master and 3.5 -- 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

Re: [PR] [SPARK-46388][SQL] HiveAnalysis misses the pattern guard of `query.resolved` [spark]

2023-12-13 Thread via GitHub
yaooqinn closed pull request #44326: [SPARK-46388][SQL] HiveAnalysis misses the pattern guard of `query.resolved` URL: https://github.com/apache/spark/pull/44326 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SPARK-46388][SQL] HiveAnalysis misses the pattern guard of `query.resolved` [spark]

2023-12-12 Thread via GitHub
yaooqinn commented on PR #44326: URL: https://github.com/apache/spark/pull/44326#issuecomment-1853403770 cc @dongjoon-hyun @cloud-fan @ulysses-you -- 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

[PR] [SPARK-46388][SQL] HiveAnalysis misses the pattern guard of `query.resolved` [spark]

2023-12-12 Thread via GitHub
yaooqinn opened a new pull request, #44326: URL: https://github.com/apache/spark/pull/44326 ### What changes were proposed in this pull request? This PR adds `query.resolved` as a pattern guard when HiveAnalysis converts InsertIntoStatement to InsertIntoHiveTable.