vvysotskyi commented on a change in pull request #1826: DRILL-7272: Drill
Metastore Read / Write API and Drill Iceberg Metastore implementation
URL: https://github.com/apache/drill/pull/1826#discussion_r304425678
##########
File path: distribution/pom.xml
##########
@@ -294,6 +304,11 @@
<artifactId>drill-format-ltsv</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.drill.contrib</groupId>
+ <artifactId>drill-format-mapr</artifactId>
Review comment:
Could you please revert this change, since `drill-format-mapr` was
intentionally excluded from distribution for the default profile. Also, it
would be good to add a comment that `drill-format-mapr` is not specified in the
dependencies list to avoid adding mapr-specific jars into `jars/3rdparty`
folder and inflation of the target jar. For more details please see
[DRILL-7213](https://issues.apache.org/jira/browse/DRILL-7213) and
[DRILL-6929](https://issues.apache.org/jira/browse/DRILL-6929).
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services