Commit 5bdb937
feat: support strict projection (#946)
This PR is part of #735.
The implementation refers pyiceberg. Most of the code is test migrate
from:
https://github.com/apache/iceberg-python/blob/main/tests/test_transforms.py#L997
---------
Co-authored-by: ZENOTME <[email protected]>
Co-authored-by: Fokko Driesprong <[email protected]>
Co-authored-by: Renjie Liu <[email protected]>1 parent 2bc5dca commit 5bdb937
File tree
4 files changed
+3562
-14
lines changed- crates/iceberg/src
- expr/visitors
- spec
4 files changed
+3562
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
0 commit comments