This is an automated email from the ASF dual-hosted git repository.
yuzelin pushed a change to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/paimon-python.git
from cbb81bb Read interface support predicate (#22)
new 81252f8 Fix that field nullability affects write (#24)
new e8e5694 [release-tool] Minor fix create_binary_release.sh (#25)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/paimon/python/BytesWriter.java | 37 +++++++++++
paimon_python_java/pypaimon.py | 21 +++---
paimon_python_java/tests/test_write_and_read.py | 74 ++++++++++++++++++++++
tools/releasing/create_binary_release.sh | 11 ++--
4 files changed, 128 insertions(+), 15 deletions(-)