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

kamilbregula pushed a commit to branch constraints-master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-master by this 
push:
     new 59fd866  Remove pinotdb
59fd866 is described below

commit 59fd8660527e5b949191a088aad6eedda2983d7e
Author: Kamil BreguĊ‚a <[email protected]>
AuthorDate: Thu Dec 31 11:36:28 2020 +0100

    Remove pinotdb
    
    The PR, which added the integration tests for Apache Pinot, used the latest 
version of the pinotdb library because it was labeled "upgrade to newer 
dependencies", so all tests passed correctly. After merging, we use the 
constraints file, which prevents the installation of the latest version of the 
library. That wouldn't be a problem, but PR has updated endpoints to use the 
new API which requires a new version of the library.
    
    To fix the tests, I delete the pinotdb entry temporarily and hope it will 
be re-generated shortly.
---
 constraints-3.9.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index 3282753..482eed2 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -274,7 +274,6 @@ pdpyras==4.1.2
 pendulum==2.1.2
 pexpect==4.8.0
 pickleshare==0.7.5
-pinotdb==0.1.1
 pipdeptree==1.0.0
 pluggy==0.13.1
 portalocker==1.7.1

Reply via email to