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
from 708ea8fc75 [spark] Spark support vector search (#6950)
add 20b4a3b6f3 [lance] Do not replace oss scheme to s3 scheme (#6764)
No new revisions were added by this update.
Summary of changes:
.../org/apache/paimon/format/lance/LanceUtils.java | 59 +++++++++---
.../apache/paimon/format/lance/LanceUtilsTest.java | 107 +++++++++++++++++++++
paimon-python/pypaimon/read/reader/lance_utils.py | 25 ++++-
paimon-python/pypaimon/tests/lance_utils_test.py | 85 ++++++++++++++++
4 files changed, 260 insertions(+), 16 deletions(-)
create mode 100644
paimon-lance/src/test/java/org/apache/paimon/format/lance/LanceUtilsTest.java
create mode 100644 paimon-python/pypaimon/tests/lance_utils_test.py