You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by le...@apache.org on 2020/01/12 09:22:02 UTC

[incubator-iotdb] branch rel/0.9 updated: update thrift in pom from 0.9.3 to 0.13.0; quick fix a python3 bug

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

leirui pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new ad9a175  update thrift in pom from 0.9.3 to 0.13.0; quick fix a python3 bug
ad9a175 is described below

commit ad9a175c4bcb6e2f746a18270fe581bd04e80457
Author: Lei Rui <10...@qq.com>
AuthorDate: Sun Jan 12 17:21:22 2020 +0800

    update thrift in pom from 0.9.3 to 0.13.0; quick fix a python3 bug
---
 pom.xml                       | 2 +-
 service-rpc/src/pypi/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5660b01..6646648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <spark.version>2.4.3</spark.version>
         <common.io.version>2.5</common.io.version>
         <commons.collections4>4.0</commons.collections4>
-        <thrift.version>0.9.3</thrift.version>
+        <thrift.version>0.13.0</thrift.version>
         <airline.version>0.8</airline.version>
         <jackson.version>2.10.0</jackson.version>
         <antlr3.version>3.5.2</antlr3.version>
diff --git a/service-rpc/src/pypi/setup.py b/service-rpc/src/pypi/setup.py
index 02dfe92..7e3eec7 100644
--- a/service-rpc/src/pypi/setup.py
+++ b/service-rpc/src/pypi/setup.py
@@ -27,7 +27,7 @@ except FileNotFoundError:
     long_description = ''
 
 
-print long_description
+print(long_description)
 
 setuptools.setup(
     name="apache-iotdb", # Replace with your own username