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 2020/11/23 19:38:43 UTC

[incubator-pinot] branch update_superset_docker_build_script updated (e66679b -> e7b8db2)

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

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


 discard e66679b  Adding more dependencies to superset docker image
     new e7b8db2  Adding more dependencies to superset docker image

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   (e66679b)
            \
             N -- N -- N   refs/heads/update_superset_docker_build_script (e7b8db2)

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:
 docker/images/pinot-superset/Dockerfile          | 2 --
 docker/images/pinot-superset/requirements-db.txt | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)


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


[incubator-pinot] 01/01: Adding more dependencies to superset docker image

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

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

commit e7b8db2636a972877d65b7863d3e1d4a22c84697
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Fri Nov 20 19:40:24 2020 -0800

    Adding more dependencies to superset docker image
---
 docker/images/pinot-superset/requirements-db.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/images/pinot-superset/requirements-db.txt b/docker/images/pinot-superset/requirements-db.txt
index 9279d03..7f56cc9 100644
--- a/docker/images/pinot-superset/requirements-db.txt
+++ b/docker/images/pinot-superset/requirements-db.txt
@@ -16,4 +16,5 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+redis
 pinotdb==0.3.3


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