Upgrading pydruid version and adopt 'merge' flag during refresh_druid operation (#1879)

* Initial

* rewrite some line to make it short and setting merge variable temporarily

* rewrite commit author

* add emitted attribute

* Fix typo

* fix test error

* fix typo

* test added
This commit is contained in:
Dongkyu Hwangbo
2016-12-28 07:27:55 +09:00
committed by Maxime Beauchemin
parent 16731056ed
commit 3e6f90cf72
4 changed files with 18 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ setup(
'markdown==2.6.6',
'pandas==0.18.1',
'parsedatetime==2.0.0',
'pydruid==0.3.0',
'pydruid==0.3.1',
'PyHive>=0.2.1',
'python-dateutil==2.5.3',
'requests==2.10.0',