This is an automated email from the ASF dual-hosted git repository.

wuchong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


    from 0bac6272c [lake] Avoid aborting Paimon commit after failure (#3370)
     new cce54677e [client] Extend the Java Client to support KvScan requests 
(#3295)
     new a70f96e0e [client] call_seq_id should start from zero for ScanKv open 
and continuation requests

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:
 .../apache/fluss/client/table/scanner/Scan.java    |  10 +-
 .../fluss/client/table/scanner/TableScan.java      |  20 +-
 .../client/table/scanner/batch/KvBatchScanner.java | 349 +++++++++++++++++
 .../fluss/client/table/TableKvScanITCase.java      | 398 +++++++++++++++++++
 .../table/scanner/batch/KvBatchScannerTest.java    | 431 +++++++++++++++++++++
 .../org/apache/fluss/config/ConfigOptions.java     |  11 +
 .../apache/fluss/server/tablet/TabletService.java  |  26 +-
 .../fluss/server/tablet/TabletServiceITCase.java   |  43 +-
 website/docs/apis/java-client.md                   |  67 ++++
 9 files changed, 1340 insertions(+), 15 deletions(-)
 create mode 100644 
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/batch/KvBatchScanner.java
 create mode 100644 
fluss-client/src/test/java/org/apache/fluss/client/table/TableKvScanITCase.java
 create mode 100644 
fluss-client/src/test/java/org/apache/fluss/client/table/scanner/batch/KvBatchScannerTest.java

Reply via email to