doris icon indicating copy to clipboard operation
doris copied to clipboard

[Feature](iceberg-writer) Implements iceberg sink basic functionality for inserting into table.

Open kaka11chen opened this issue 9 months ago • 13 comments

Proposed changes

#31442

[Feature] (iceberg-writer) Implements iceberg sink basic functionality for inserting into table.

Currently only insert into and CTAS are supported. Among them, insert into supports unpartitioned tables and partitioned tables, but partitioned tables only support identity transform partitioned tables.

Future work:

  • Complete partitioned table transform functionality.
  • Sorting function.
  • Insert overwrite function.
  • More features like update, delete and merge.

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

kaka11chen avatar May 15 '24 13:05 kaka11chen

Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website. See Doris Document.

doris-robot avatar May 15 '24 13:05 doris-robot

run buildall

kaka11chen avatar May 20 '24 05:05 kaka11chen

run buildall

kaka11chen avatar May 20 '24 06:05 kaka11chen

run buildall

kaka11chen avatar May 20 '24 07:05 kaka11chen

run buildall

kaka11chen avatar May 20 '24 10:05 kaka11chen

run compile

kaka11chen avatar May 20 '24 12:05 kaka11chen

run buildall

kaka11chen avatar May 20 '24 17:05 kaka11chen

TeamCity be ut coverage result: Function Coverage: 35.83% (9124/25463) Line Coverage: 27.35% (74876/273809) Region Coverage: 26.62% (38754/145595) Branch Coverage: 23.41% (19732/84280) Coverage Report: http://coverage.selectdb-in.cc/coverage/b59d26848f5c67e38796fb4f24b75a5fe91a3788_b59d26848f5c67e38796fb4f24b75a5fe91a3788/report/index.html

doris-robot avatar May 20 '24 18:05 doris-robot