LantaoJin commented on pull request #31119: URL: https://github.com/apache/spark/pull/31119#issuecomment-759223704
Another reason I think is the generation of `executionId` is too late, it generated only we invoke `sc.sql()`. But statementId needed in thrift server-client protocol part (what HiveServer2-Handler-Pool does). `statementId` is used before statement being preformed. Just my own understanding. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
