jieyu-lin commented on PR #41111: URL: https://github.com/apache/spark/pull/41111#issuecomment-1558435904
Hi @Hisoka-X Good day. I would like to know whether this pull request to for spark sql query with delta lake delta table v2. I simply encounter this issue with spark 3.2 (delta lake 1.2) and spark 3.3 (delta lake 2.2), which I think this pull request could help resolve this issue.   I saw this ANALYZE TABLE command is originated from spark : https://spark.apache.org/docs/3.3.1/sql-ref-syntax-aux-analyze-table.html#analyze-table. But delta lake documentation do not mention ANALYZE TABLE usage https://docs.delta.io/2.2.0/delta-intro.html. Since this pull request will merge to master branch and want to know **whether it will backfill to spark 3.2, spark 3.3 also**. Thank you Best regards, Jerry -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
