[ https://issues.apache.org/jira/browse/HIVE-25027?focusedWorklogId=585021&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-585021 ]
ASF GitHub Bot logged work on HIVE-25027: ----------------------------------------- Author: ASF GitHub Bot Created on: 19/Apr/21 10:14 Start Date: 19/Apr/21 10:14 Worklog Time Spent: 10m Work Description: pvary opened a new pull request #2188: URL: https://github.com/apache/hive/pull/2188 ### What changes were proposed in this pull request? Hide Iceberg module behind a profile ### Why are the changes needed? After creating patched-iceberg-core and patched-iceberg-api modules the maven build works fine, but IntelliJ needs manual classpath setup for the build in the IntelliJ to succeed. Most of the community does not use Iceberg and eventually the "patched" modules will be removed as the Hive-Iceberg integration stabilizes and the Iceberg project releases the changes we need. In the meantime we just hide the whole Iceberg module behind a profile which is only used on the CI and if the developer specifically sets it. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Rebuilt the project in maven and in IntelliJ -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 585021) Remaining Estimate: 0h Time Spent: 10m > Hide Iceberg module behind a profile > ------------------------------------ > > Key: HIVE-25027 > URL: https://issues.apache.org/jira/browse/HIVE-25027 > Project: Hive > Issue Type: Task > Reporter: Peter Vary > Assignee: Peter Vary > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > After creating {{patched-iceberg-core}} and {{patched-iceberg-api}} modules > the maven build works fine, but IntelliJ needs manual classpath setup for the > build in the IntelliJ to succeed. > Most of the community does not use Iceberg and eventually the "patched" > modules will be removed as the Hive-Iceberg integration stabilizes and the > Iceberg project releases the changes we need. In the meantime we just hide > the whole {{Iceberg}} module behind a profile which is only used on the CI > and if the developer specifically sets it. > It could be used like" > {code:java} > mvn clean install -DskipTests -Piceberg{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)