You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/05/29 22:53:15 UTC

[incubator-pinot] branch hotfix_chunkwriter_realtime updated (48553ab -> f6a3476)

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

jlli pushed a change to branch hotfix_chunkwriter_realtime
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 48553ab  remove master branch restriction in travis.yml
     new f6a3476  remove master branch restriction in travis.yml

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   (48553ab)
            \
             N -- N -- N   refs/heads/hotfix_chunkwriter_realtime (f6a3476)

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-plugins/pinot-file-system/pinot-adls/pom.xml | 1 -
 1 file changed, 1 deletion(-)


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


[incubator-pinot] 01/01: remove master branch restriction in travis.yml

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

jlli pushed a commit to branch hotfix_chunkwriter_realtime
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit f6a34765160212e31e9e14f3948511747c9ef541
Author: Siddharth Teotia <st...@steotia-mn1.linkedin.biz>
AuthorDate: Thu May 28 23:40:03 2020 -0700

    remove master branch restriction in travis.yml
---
 .travis.yml                                        | 8 ++++----
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 84dfceb..a72e68e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,14 +25,14 @@ addons:
 install:
   - ./.travis/.travis_install.sh
 
-branches:
-  only:
-    - master
+#branches:
+ # only:
+ #   - master
 
 stages:
   - test
   - name: deploy
-    if: branch = master
+  #  if: branch = master
 
 jobs:
   include:
diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
index 2f598e1..5cad052 100644
--- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
@@ -29,7 +29,6 @@
     <relativePath>..</relativePath>
   </parent>
   <artifactId>pinot-adls</artifactId>
-  <groupId>org.apache.pinot.plugins</groupId>
   <name>Pinot Azure Data Lake Storage</name>
   <url>https://pinot.apache.org/</url>
   <properties>


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