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

Closes #1902: Print the original and projected RecordBatch in dynamic_types example #1903

Merged
merged 2 commits into from Jun 17, 2022

Conversation

martin-g
Copy link
Member

Which issue does this PR close?

Closes #1902.

Rationale for this change

The user can get a feeling of the data.

What changes are included in this PR?

Are there any user-facing changes?

…ynamic_types example

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@github-actions github-actions bot added the arrow Changes to the arrow crate label Jun 17, 2022
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@codecov-commenter
Copy link

Codecov Report

Merging #1903 (f6d1160) into master (fc4044f) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1903      +/-   ##
==========================================
- Coverage   83.43%   83.42%   -0.01%     
==========================================
  Files         203      203              
  Lines       56969    56969              
==========================================
- Hits        47531    47528       -3     
- Misses       9438     9441       +3     
Impacted Files Coverage Δ
parquet_derive/src/parquet_field.rs 65.75% <0.00%> (-0.46%) ⬇️
arrow/src/datatypes/datatype.rs 65.42% <0.00%> (-0.38%) ⬇️

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 fc4044f...f6d1160. Read the comment docs.

@alamb
Copy link
Contributor

alamb commented Jun 17, 2022

Thanks @martin-g and @paddyhoran !

@alamb alamb merged commit faac59a into apache:master Jun 17, 2022
@alamb alamb added the documentation Improvements or additions to documentation label Jun 17, 2022
@martin-g martin-g deleted the arrow-1902-print-the-recordbatches branch June 17, 2022 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dynamic_types example does not print the projection
4 participants