Wes McKinney has posted comments on this change. Change subject: [python client] - Expand C++ API coverage and improve usability and documentation ......................................................................
Patch Set 6: Regarding version number, as a matter of convention with Python packages it's typical to simply state the required build/link dependency (for non-Python dependencies) in the package description. As an example, there were some breaking API changes in NumPy between 1.6 and 1.7 a few years back, and we stated which version of NumPy pandas had been built against. I think it will be acceptable to take the same approach here, and if we find ourselves supporting an older client ABI we can create a x.y.z maintenance line for a version of the Python binding using the older client. Summary: I think we should stick with 0.1.0 and see how it goes. -- To view, visit http://gerrit.cloudera.org:8080/1593 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6bb98c780f2584f9ad9d301f910d0a5921d5f387 Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Wes McKinney <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Martin Grund <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Wes McKinney <[email protected]> Gerrit-HasComments: No
