Repository: kudu Updated Branches: refs/heads/master cf757c12b -> ada18ac99
[docs] - Update 1.1 release notes for Python. Includes various notes about changes to the Python client in the 1.1 release. Change-Id: Icac07a016c3707ff5a4a027f8a07ea112318c790 Reviewed-on: http://gerrit.cloudera.org:8080/4998 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans <[email protected]> Reviewed-by: Todd Lipcon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/ada18ac9 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/ada18ac9 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/ada18ac9 Branch: refs/heads/master Commit: ada18ac99b7f340317de43ea5382d04dc4a999e6 Parents: cf757c1 Author: Jordan Birdsell <[email protected]> Authored: Tue Nov 8 06:29:12 2016 -0500 Committer: Jordan Birdsell <[email protected]> Committed: Tue Nov 8 17:44:09 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/ada18ac9/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 4170f7f..8cc59aa 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -33,7 +33,19 @@ [[rn_1.1.0_new_features]] == New features -XXX +* The Python client has been brought up to feature parity with the Java and {cpp} clients + and as such the package version will be brought to 1.1 with this release (from 0.3). A + list of the highlights can be found below. + ** Improved Partial Row semantics + ** Range partition support + ** Scan Token API + ** Enhanced predicate support + ** Support for all Kudu data types (including a mapping of Python's `datetime.datetime` to + `UNIXTIME_MICROS`) + ** Alter table support + ** Enabled Read at Snapshot for Scanners + ** Enabled Scanner Replica Selection + ** A few bug fixes for Python 3 in addition to various other improvements. == Optimizations and improvements
