You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(datafusion): Implement insert_into for IcebergTableProvider (#1600)
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes#123` indicates that this PR will close issue #123.
-->
- A part of #1540
- See draft: #1511
## What changes are included in this PR?
- Added `catalog` to `IcebergTableProvider` as optional
- Added table refresh logic in `IcebergTableProvider::scan`
- Implement `insert_into` for `IcebergTableProvider` using write node
and commit node for non-partitioned tables
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
## Are these changes tested?
Added tests
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
---------
Co-authored-by: Renjie Liu <[email protected]>
0 commit comments