Commit 2a97e6f
authored
feat: support write (#10)
* add arrow_struct_to_iceberg_struct
* refine writer interface
* support fanout partition writer
* support sort_position_delete_writer
* support equality delta writer
* support precompute partition writer
* update value convert
* fix some wrong in writer
* implement Display for NamespaceIdent
* expose _serde::DataFile
* fix FieldSummary generated from Manifest
* add delete file support for transaction
* fix record_batch_partition_spliter
* fix day transform
* fix RawLiteralEnum::Record
* fix nullable field of equality delete writer
* support to delete empty row file
* fix decimal parse for parquet statistics
---------
Co-authored-by: ZENOTME <[email protected]>1 parent aa3a909 commit 2a97e6f
File tree
28 files changed
+3229
-239
lines changed- crates
- iceberg
- src
- arrow
- catalog
- io
- spec
- transform
- writer
- base_writer
- file_writer
- function_writer
- integration_tests/tests
28 files changed
+3229
-239
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments