Skip to content

Conversation

@andygrove
Copy link
Member

Which issue does this PR close?

N/A

Rationale for this change

Users of datafusion-sql often run into confusing Rust errors when updating the datafusion-sql version and not using the correct sqlparser version.

What changes are included in this PR?

Re-export sqlparser so datafusion-sql users do not need to explicitly add it as a dependency.

Are there any user-facing changes?

No

@github-actions github-actions bot added the sql SQL Planner label Jun 23, 2022
Copy link
Contributor

@jdye64 jdye64 left a comment

Choose a reason for hiding this comment

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

This is great. No more importing sqlparser in my projects own Cargo.toml and having random version mismatch issues when things change. Thanks @andygrove!

@codecov-commenter
Copy link

Codecov Report

Merging #2779 (bdc5866) into master (5e937ab) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2779   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files         272      272           
  Lines       48073    48073           
=======================================
  Hits        40937    40937           
  Misses       7136     7136           
Impacted Files Coverage Δ
datafusion/expr/src/logical_plan/plan.rs 73.71% <0.00%> (-0.20%) ⬇️
datafusion/core/src/physical_plan/metrics/value.rs 87.43% <0.00%> (+0.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e937ab...bdc5866. Read the comment docs.

@alamb alamb merged commit ffa3687 into apache:master Jun 23, 2022
@andygrove andygrove deleted the reexport-sqlparser branch January 27, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sql SQL Planner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants