Closed dimas-b closed 2 weeks ago
Looks like the missing dependency broke a regression test:
polaris-1 | java.lang.NoClassDefFoundError: org/apache/hadoop/shaded/com/ctc/wstx/io/InputBootstrapper
Thanks for the pointer @eric-maynard : I reworked this PR by moving the hadoop dependencies rather than removing them.
Hadoop dependencies are not required in
polaris-core
, butWasbTranslatingFileIOFactory
still needs them for Iceberg FileIOHow Has This Been Tested?
Gradle-based tests