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-11959: [Rust][DataFusion] Fix log line #9699

Closed
wants to merge 1 commit into from

Conversation

Dandandan
Copy link
Contributor

Just a small fix to fix a debug line. It was printing the unoptimized plan instead of the optimized plan.

@github-actions
Copy link

@codecov-io
Copy link

Codecov Report

Merging #9699 (eb78919) into master (6a13206) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #9699   +/-   ##
=======================================
  Coverage   82.57%   82.57%           
=======================================
  Files         248      248           
  Lines       58279    58279           
=======================================
+ Hits        48121    48122    +1     
+ Misses      10158    10157    -1     
Impacted Files Coverage Δ
rust/datafusion/src/execution/context.rs 90.84% <100.00%> (ø)
rust/parquet/src/encodings/encoding.rs 95.05% <0.00%> (+0.19%) ⬆️

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 a55ef2b...eb78919. Read the comment docs.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @Dandandan !

@alamb alamb closed this in 947d5a4 Mar 14, 2021
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Just a small fix to fix a debug line. It was printing the unoptimized plan instead of the optimized plan.

Closes apache#9699 from Dandandan/fix_logging

Authored-by: Heres, Daniel <danielheres@gmail.com>
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
Just a small fix to fix a debug line. It was printing the unoptimized plan instead of the optimized plan.

Closes apache#9699 from Dandandan/fix_logging

Authored-by: Heres, Daniel <danielheres@gmail.com>
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
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.

4 participants