-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge main into breaking-changes (#514)
* refactor: separate object store from parquet sst async reader (#503) * refactor: separate object store from parquet sst async reader * fix errors in unit tests * use const FOOTER_LEN * add GenericResult * refactor: recovery in standalone mode (#414) * refactor recovery in standalone mode. * make getting table infos dynamically. * define `LocalTablesRecoverer`. * address CR. * feat: support parse key partition (#506) * add key partition parser * refactor the codes * add unit test * fix show create table for partition table * address CR issues * supplement the error msg when fail to parse partition key * fix unit tests Co-authored-by: CooooolFrog <zuliangwanghust@gmail.com> * chore: define remote_engine grpc service (#505) Co-authored-by: kamille <34352236+Rachelint@users.noreply.github.com> * feat: impl key partition rule (#507) * impl key partition rule(draft). * refactor to more extensible and testable version. * add tests for key partition. * add df adapter and partition rule's building. * address CR. Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com> Co-authored-by: kamille <34352236+Rachelint@users.noreply.github.com> Co-authored-by: CooooolFrog <zuliangwanghust@gmail.com> Co-authored-by: chunshao.rcs <chunshao.rcs@antgroup.com>
- Loading branch information
1 parent
28a2ae5
commit 4701a57
Showing
31 changed files
with
1,801 additions
and
228 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.