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
fix: use insertInto instead of saveAsTable to preserve original TableUtils behavior (#173)
## Summary
- #157 introduced CatalogAwareDataPointer and also a regression in the
way we write tables. Need to perform `insertInto` for hive-based tables
which have different write semantics from `saveAsTable`.
## Checklist
- [ ] Added Unit Tests
- [x] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- av pr metadata
This information is embedded by the av CLI when creating PRs to track
the status of stacks when using Aviator. Please do not delete or edit
this section of the PR.
```
{"parent":"main","parentHead":"","trunk":"main"}
```
-->
Co-authored-by: Thomas Chow <[email protected]>
0 commit comments