bowenliang123 commented on PR #4257: URL: https://github.com/apache/kyuubi/pull/4257#issuecomment-1419996086
> Hi again @bowenliang123, after checking, it only work if spark is at least 3.2 because of https://issues.apache.org/jira/browse/SPARK-34906 > > So i add some assume(isSparkV32OrGreater) on tests As this PR intends to introduce checks for `describe table` command which already existed prior to 3.2, it should support 3.0 and 3.1 as well. Can you have further investigation in it? You can test them locally with the profile `-Pspark-3.1` and `-Dspark.version=3.0.x` and 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]
