This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
omit 293f5fe4bb [core] Upgrade data split serializer and manifest
serializer version (#6165)
omit c8f4ae1ab9 [python] Move pvfs implementation to a pvfs.py (#6163)
omit 75521e9a6b [hotfix] Fix that VariantType doesn't have default
constructor (#6162)
omit a561e471ff [doc] Document topN optimization in query performance
omit 7eab79b4e8 [core] Refactor topN and minmax pushdown and should not
work for pk table
omit e2d02d26c8 [core] Support TopN pushdown to pick the DataSplits (#6143)
omit c913b9ed5a [Python] Reformat code for init_py file (#6159)
omit e01f8962f6 [iceberg] Add comprehensive tests for IcebergDataField and
fix nested type nullability handling (#6158)
omit 5869478772 [doc] Add timestamp int96 doc for parquet file
omit 32cb6854db [Python] Enhanced Manifest Statistics & Hybrid Java/Python
Writer Tests (#6119)
new a66f87d16f [Python] Enhanced Manifest Statistics & Hybrid Java/Python
Writer Tests (#6119)
new 2f385884b6 [doc] Add timestamp int96 doc for parquet file
new 1836c92114 [iceberg] Add comprehensive tests for IcebergDataField and
fix nested type nullability handling (#6158)
new 21369a9cc8 [Python] Reformat code for init_py file (#6159)
new 283332e9f7 [core] Support TopN pushdown to pick the DataSplits (#6143)
new 931b4e775b [core] Refactor topN and minmax pushdown and should not
work for pk table
new 254122dca3 [doc] Document topN optimization in query performance
new 5b6d04c20d [hotfix] Fix that VariantType doesn't have default
constructor (#6162)
new d22f14d1fd [python] Move pvfs implementation to a pvfs.py (#6163)
new 03aa965dce [core] Upgrade data split serializer and manifest
serializer version (#6165)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (293f5fe4bb)
\
N -- N -- N refs/heads/master (03aa965dce)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 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:
.../pypaimon/tests/java_python_hybrid_test.py | 132 -------
paimon-python/pypaimon/tests/py4j_impl/__init__.py | 17 -
.../pypaimon/tests/py4j_impl/constants.py | 28 --
.../pypaimon/tests/py4j_impl/gateway_factory.py | 135 --------
.../pypaimon/tests/py4j_impl/gateway_server.py | 122 -------
.../tests/py4j_impl/java_implementation.py | 383 ---------------------
.../pypaimon/tests/py4j_impl/java_utils.py | 132 -------
.../flink-shaded-hadoop-2-uber-2.8.3-10.0.jar | Bin 43317025 -> 0 bytes
.../paimon-python-java-bridge-0.9-SNAPSHOT.jar | Bin 43384210 -> 0 bytes
9 files changed, 949 deletions(-)
delete mode 100644 paimon-python/pypaimon/tests/java_python_hybrid_test.py
delete mode 100644 paimon-python/pypaimon/tests/py4j_impl/__init__.py
delete mode 100644 paimon-python/pypaimon/tests/py4j_impl/constants.py
delete mode 100644 paimon-python/pypaimon/tests/py4j_impl/gateway_factory.py
delete mode 100644 paimon-python/pypaimon/tests/py4j_impl/gateway_server.py
delete mode 100644
paimon-python/pypaimon/tests/py4j_impl/java_implementation.py
delete mode 100644 paimon-python/pypaimon/tests/py4j_impl/java_utils.py
delete mode 100644
paimon-python/pypaimon/tests/py4j_impl/test_deps/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
delete mode 100644
paimon-python/pypaimon/tests/py4j_impl/test_deps/paimon-python-java-bridge-0.9-SNAPSHOT.jar