We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
delta_datafusion::find_files
Similar to OptimisticTransaction.markFilesAsRead, make the find_files method public to enable users to create delta commits manually.
OptimisticTransaction.markFilesAsRead
find_files
Use Case
Create delta commits by parsing the database CDC manually.
Related Issue(s)
The text was updated successfully, but these errors were encountered:
feat: make find_files public (#1560)
012ca7f
# Description Make the find_files API public, same as public API for connectors' [`markFilesAsRead`](https://delta-io.github.io/connectors/latest/delta-standalone/api/java/io/delta/standalone/OptimisticTransaction.html#markFilesAsRead-io.delta.standalone.expressions.Expression-): # Related Issue(s) <!--- For example: - ---> closes #1559 # Documentation <!--- Share links to useful documentation ---> --------- Co-authored-by: Will Jones <[email protected]>
Successfully merging a pull request may close this issue.
Description
Similar to
OptimisticTransaction.markFilesAsRead
, make thefind_files
method public to enable users to create delta commits manually.Use Case
Create delta commits by parsing the database CDC manually.
Related Issue(s)
The text was updated successfully, but these errors were encountered: