Skip to content

Conversation

@jorisvandenbossche
Copy link
Member

No description provided.

@github-actions
Copy link

Comment on lines 142 to 144
parquet_fields.push_back(
PrimitiveNode::Make("duration[us]", Repetition::REQUIRED, ParquetType::INT64));
arrow_fields.push_back(::arrow::field("duration[us]", INT64, false));
Copy link
Member

Choose a reason for hiding this comment

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

What is the purpose of this? It's just an INT64 field like any other, no?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I initially wrote the test with duration type, but because this test is for the pure Parquet->Arrow schema conversion (without any usage of ARROW:schema), it failed and I changed it to int64. Which of course renders it useless as it's indeed just testing int64 type. Will remove.

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @jorisvandenbossche !

@pitrou pitrou closed this in 17fcbdb Feb 17, 2022
@ursabot
Copy link

ursabot commented Feb 17, 2022

Benchmark runs are scheduled for baseline = d33b6a5 and contender = 17fcbdb. 17fcbdb 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
[Failed ⬇️0.3% ⬆️0.0%] test-mac-arm
[Failed ⬇️0.36% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.17% ⬆️0.0%] ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

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