-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactor JsonWriter to utilize the DeltaTable configuration more
The JsonWriter was created before a lot of other code and was in a need of a little refactor. The writer does not commit to the Delta table on its own, which can be a benefit for some performance specific use-cases. This change does however enforce that it must be initialized with a valid Delta table path which will ensure it can use table configuration properly Signed-off-by: R. Tyler Croy <[email protected]>
- Loading branch information
Showing
3 changed files
with
84 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.