bowenliang123 commented on PR #6634: URL: https://github.com/apache/kyuubi/pull/6634#issuecomment-2301237825
Still some questions in my mind, 1. when it happens. As we does test it with Paimon extention, no test case failed. Any runtime combination for this? 2. how it triggered. The only valuable information in the logs is the missing class `org/apache/spark/sql/connector/catalog/Column`, but it never used by `getOwner` method. What's the relation to the fix does this PR supposed? 3. redundant ignoring exceptions in `getOwner` I think proper investigation should come with, 1. reproduce the error with the runtime combination on Spark 3.x specific version with Paimon extension 2. investigate the real problem in parsing table or table owner 3. fix them in place by distinguished Spark version, eg. <=3.2 and >=3.3, or etc. -- 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]
