Thank you for your answer. This is interesting, because it should not :) It indeed works when you compile and run tests using maven, but not if you build the project with Idea.
Could you please rebuild say iceberg/iceberg-handler module? Or open IcebergSnapshotRefExec and HiveOperationsBase classes? I do see red code in every import from org.apache.iceberg package. https://github.com/apache/hive/blob/master/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/IcebergSnapshotRefExec.java https://github.com/apache/hive/blob/master/iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/HiveOperationsBase.java Thanks, Alex > On 5 May 2026, at 1:31 PM, Denys Kuzmenko <[email protected]> wrote: > > Hi, > > I’m not experiencing any issues with iceberg modules in IntelliJ: it works > fine on my end, compiles and runs tests without problems. > > Regards, > Denys
