[PR #1] Ankush/use provenenance arrow #1

Open
opened 2026-02-16 08:19:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/datafusion/pull/1
Author: @agola11
Created: 6/25/2025
Status: 🔄 Open

Base: mainHead: ankush/use-provenenance-arrow


📝 Commits (2)

  • de3417c get everything building with arrow-rs patch
  • 043e0b0 plumbing for provenance

📊 Changes

4 files changed (+79 additions, -57 deletions)

View changed files

📝 Cargo.lock (+44 -50)
📝 Cargo.toml (+16 -7)
📝 datafusion/datasource-parquet/src/opener.rs (+10 -0)
📝 datafusion/datasource-parquet/src/source.rs (+9 -0)

📄 Description

Which issue does this PR close?

  • Closes #.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/datafusion/pull/1 **Author:** [@agola11](https://github.com/agola11) **Created:** 6/25/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ankush/use-provenenance-arrow` --- ### 📝 Commits (2) - [`de3417c`](https://github.com/langchain-ai/datafusion/commit/de3417cf1bf82bdc5aa3bc06feb3458f2df1e4ce) get everything building with arrow-rs patch - [`043e0b0`](https://github.com/langchain-ai/datafusion/commit/043e0b0afdd7f4219bc195f1afd1e05f33163eea) plumbing for provenance ### 📊 Changes **4 files changed** (+79 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+44 -50) 📝 `Cargo.toml` (+16 -7) 📝 `datafusion/datasource-parquet/src/opener.rs` (+10 -0) 📝 `datafusion/datasource-parquet/src/source.rs` (+9 -0) </details> ### 📄 Description ## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## Rationale for this change <!-- Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed. Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes. --> ## What changes are included in this PR? <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 08:19:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/datafusion#1