Skip to content
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

Make delta_datafusion::find_files public #1559

Closed
yjshen opened this issue Jul 25, 2023 · 0 comments · Fixed by #1560
Closed

Make delta_datafusion::find_files public #1559

yjshen opened this issue Jul 25, 2023 · 0 comments · Fixed by #1560
Labels
enhancement New feature or request

Comments

@yjshen
Copy link
Contributor

yjshen commented Jul 25, 2023

Description

Similar to OptimisticTransaction.markFilesAsRead, make the find_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)

@yjshen yjshen added the enhancement New feature or request label Jul 25, 2023
wjones127 added a commit that referenced this issue Jul 27, 2023
# 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 <willjones127@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant