nandorKollar commented on PR #3797:
URL: https://github.com/apache/polaris/pull/3797#issuecomment-3920577618
Okay, so we can't remote this field, `SparkCatalogTest` will fail:
```
Failed find the isUnityCatalog field, delta-spark version >= 3.2.1 is
required
java.lang.RuntimeException: Failed find the isUnityCatalog field,
delta-spark version >= 3.2.1 is required
at
org.apache.polaris.spark.utils.DeltaHelper.loadDeltaCatalog(DeltaHelper.java:112)
at
org.apache.polaris.spark.SparkCatalog.alterTable(SparkCatalog.java:196)
at
org.apache.polaris.spark.SparkCatalogTest.testAlterAndRenameTable(SparkCatalogTest.java:559)
Caused by: java.lang.NoSuchFieldException: isUnityCatalog
at java.base/java.lang.Class.getDeclaredField(Class.java:2841)
at
org.apache.polaris.spark.utils.DeltaHelper.loadDeltaCatalog(DeltaHelper.java:108)
... 2 more
```
--
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]