[
https://issues.apache.org/jira/browse/DRILL-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887332#comment-16887332
]
ASF GitHub Bot commented on DRILL-7272:
---------------------------------------
vvysotskyi commented on 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]
> Implement Drill Iceberg Metastore plugin
> ----------------------------------------
>
> Key: DRILL-7272
> URL: https://issues.apache.org/jira/browse/DRILL-7272
> Project: Apache Drill
> Issue Type: Sub-task
> Reporter: Arina Ielchiieva
> Assignee: Arina Ielchiieva
> Priority: Major
> Labels: doc-impacting
> Fix For: 1.17.0
>
>
> PR contains two README.md files which describe the changes.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)