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 10:41:57 UTC

[pinot] branch fixing-compatibility-check updated (ae45a16 -> 862e8d9)

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.


 discard ae45a16  fixing compatibility check for presto-pinot-driver
     new 862e8d9  fixing compatibility check for presto-pinot-driver

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ae45a16)
            \
             N -- N -- N   refs/heads/fixing-compatibility-check (862e8d9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pinot-connectors/presto-pinot-driver/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

---------------------------------------------------------------------
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 862e8d94f00ba5d5e26d5eb6d1fa0488d0dbc10d
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 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pinot-connectors/presto-pinot-driver/pom.xml b/pinot-connectors/presto-pinot-driver/pom.xml
index abedb03..3e8b29a 100644
--- a/pinot-connectors/presto-pinot-driver/pom.xml
+++ b/pinot-connectors/presto-pinot-driver/pom.xml
@@ -593,6 +593,22 @@
                                 <skipMain>true</skipMain>
                             </configuration>
                         </plugin>
+                        <plugin>
+                            <artifactId>maven-jar-plugin</artifactId>
+                            <configuration>
+                                <skip>true</skip>
+                            </configuration>
+                            <executions>
+                                <execution>
+                                    <id>default-jar</id>
+                                    <phase>none</phase>
+                                </execution>
+                                <execution>
+                                    <id>test-jar</id>
+                                    <phase>none</phase>
+                                </execution>
+                            </executions>
+                        </plugin>
                     </plugins>
                 </pluginManagement>
             </build>

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