Todd Lipcon has uploaded a new patch set (#3) to the change originally created by Grant Henke. ( http://gerrit.cloudera.org:8080/10114 )
Change subject: KUDU-2412: Fix python client compilation in el6 environments ...................................................................... KUDU-2412: Fix python client compilation in el6 environments This uses the C preprocessor to check the value of KUDU_INT128_SUPPORTED from the C++ headers and defines a Cython macro PYKUDU_INT128_SUPPORTED. This is then used to conditionally generate the bits of Python code that depend on int128-related methods. See here for documentation: http://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#conditional-statements Change-Id: Ibd93b57020b80597baae9c8d3e0434c46f7fc3d7 --- M python/.gitignore M python/kudu/__init__.py M python/kudu/client.pyx A python/kudu/config.pxi.in M python/kudu/libkudu_client.pxd M python/kudu/schema.pyx M python/kudu/tests/test_scanner.py M python/kudu/tests/test_scantoken.py M python/kudu/tests/util.py M python/setup.py 10 files changed, 128 insertions(+), 33 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/14/10114/3 -- To view, visit http://gerrit.cloudera.org:8080/10114 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ibd93b57020b80597baae9c8d3e0434c46f7fc3d7 Gerrit-Change-Number: 10114 Gerrit-PatchSet: 3 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
