Hi @Alex, I think this Jira can give you a bit more info on the reasoning behind patched-iceberg modules: https://issues.apache.org/jira/browse/HIVE-25027
There is one additional step needed in IntelliJ (mentioned in the Jira), but it's fairly straightforward. Thanks! Simhadri G On Tue, May 5, 2026 at 7:07 PM Alexander Bubenchikov via dev < [email protected]> wrote: > 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 > >
