tprelle commented on PR #4257: URL: https://github.com/apache/kyuubi/pull/4257#issuecomment-1420435781
> > 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. Hi @bowenliang123, i found a way as https://issues.apache.org/jira/browse/SPARK-34906 change everthing i put two seperate command, one work for spark 3.0 and 3.1 and the other one work for 3.2 and 3.3 I desactivated the test for 3.0 and 3.1 on IcebergCatalogRangerSparkExtensionSuite as all other test are only for 3.2+ -- 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]
