You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/09/11 08:36:55 UTC

[pinot] branch fixing-compatibility-check created (now 5060e6d)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch fixing-compatibility-check
in repository https://gitbox.apache.org/repos/asf/pinot.git.


      at 5060e6d  fixing compatibility check for presto-pinot-driver

This branch includes the following new commits:

     new 5060e6d  fixing compatibility check for presto-pinot-driver

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[pinot] 01/01: fixing compatibility check for presto-pinot-driver

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch fixing-compatibility-check
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit 5060e6d7853a01fa4b7c47cb4670f2dc532fbc1b
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Sat Sep 11 00:34:52 2021 -0700

    fixing compatibility check for presto-pinot-driver
---
 pinot-connectors/presto-pinot-driver/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pinot-connectors/presto-pinot-driver/pom.xml b/pinot-connectors/presto-pinot-driver/pom.xml
index abedb03..ab758f2 100644
--- a/pinot-connectors/presto-pinot-driver/pom.xml
+++ b/pinot-connectors/presto-pinot-driver/pom.xml
@@ -593,6 +593,12 @@
                                 <skipMain>true</skipMain>
                             </configuration>
                         </plugin>
+                        <plugin>
+                            <artifactId>maven-jar-plugin</artifactId>
+                            <configuration>
+                                <skip>true</skip>
+                            </configuration>
+                        </plugin>
                     </plugins>
                 </pluginManagement>
             </build>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org