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

ARROW-14352: [IR] Remove schema property from Source #11440

Closed
wants to merge 2 commits into from

Conversation

cpcloud
Copy link
Contributor

@cpcloud cpcloud commented Oct 15, 2021

This PR removes the schema field from Sources, as it is currently unused by
both the C++ consumer in progress, as well as the DuckDB producer/consumer
(duckdb/duckdb#2331)

@cpcloud cpcloud requested a review from bkietz October 15, 2021 17:58
@github-actions
Copy link

Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think making this optional for now would be better; in light of the discussion on substrait-io/substrait#51 this property may yet be useful for consumers.

@cpcloud
Copy link
Contributor Author

cpcloud commented Oct 22, 2021

@bkietz Fixed up, schema is now optional.

@bkietz bkietz closed this in b09914e Oct 28, 2021
@ursabot
Copy link

ursabot commented Oct 28, 2021

Benchmark runs are scheduled for baseline = f2c9d20 and contender = b09914e. b09914e is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Finished ⬇️0.51% ⬆️0.51%] ursa-i9-9960x
[Finished ⬇️0.49% ⬆️0.0%] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Nov 3, 2021
This PR removes the schema field from `Source`s, as it is currently unused by
both the C++ consumer in progress, as well as the DuckDB producer/consumer
(duckdb/duckdb#2331)

Closes apache#11440 from cpcloud/ARROW-14352

Authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants