-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files are not logged in txn-log for savemode ErrorIfExists #16
Comments
Hi Sunny, can you provide a bit more detail or a repro case? Partial or failed writes should never be committed to Delta's transaction log, and so the files should never logically be part of the table. |
LantaoJin
added a commit
to LantaoJin/delta
that referenced
this issue
Mar 24, 2020
… DELTAS' commands (delta-io#16)
LantaoJin
added a commit
to LantaoJin/delta
that referenced
this issue
Mar 12, 2021
… subquery in their condition (delta-io#16)
tdas
pushed a commit
to tdas/delta
that referenced
this issue
May 31, 2023
…a sources (delta-io#16) Spark reads the `path` option from the storage properties. We should set it when creating a table in Hive so that the table can be read by Spark as well. I also removed `delta.table.path` from the table properties since we can get it from the `location` property.
andreaschat-db
added a commit
to andreaschat-db/delta
that referenced
this issue
Apr 23, 2024
# This is the 1st commit message: flush # This is the commit message delta-io#2: flush # This is the commit message delta-io#3: First sane version without isRowDeleted # This is the commit message delta-io#4: Hack RowIndexMarkingFilters # This is the commit message delta-io#5: Add support for non-vectorized readers # This is the commit message delta-io#6: Metadata column fix # This is the commit message delta-io#7: Avoid non-deterministic UDF to filter deleted rows # This is the commit message delta-io#8: metadata with Expression ID # This is the commit message delta-io#9: Fix complex views issue # This is the commit message delta-io#10: Tests # This is the commit message delta-io#11: cleaning # This is the commit message delta-io#12: More tests and fixes # This is the commit message delta-io#13: Partial cleaning # This is the commit message delta-io#14: cleaning and improvements # This is the commit message delta-io#15: cleaning and improvements # This is the commit message delta-io#16: Clean RowIndexFilter
andreaschat-db
added a commit
to andreaschat-db/delta
that referenced
this issue
Apr 26, 2024
# This is the 1st commit message: flush # This is the commit message delta-io#2: flush # This is the commit message delta-io#3: First sane version without isRowDeleted # This is the commit message delta-io#4: Hack RowIndexMarkingFilters # This is the commit message delta-io#5: Add support for non-vectorized readers # This is the commit message delta-io#6: Metadata column fix # This is the commit message delta-io#7: Avoid non-deterministic UDF to filter deleted rows # This is the commit message delta-io#8: metadata with Expression ID # This is the commit message delta-io#9: Fix complex views issue # This is the commit message delta-io#10: Tests # This is the commit message delta-io#11: cleaning # This is the commit message delta-io#12: More tests and fixes # This is the commit message delta-io#13: Partial cleaning # This is the commit message delta-io#14: cleaning and improvements # This is the commit message delta-io#15: cleaning and improvements # This is the commit message delta-io#16: Clean RowIndexFilter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Files are not getting logged in the txn-log for savemode, ErrorIfExists.
The text was updated successfully, but these errors were encountered: