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

Move chrono-tz arithmetic tests to integration #4571

Merged
merged 2 commits into from
Jul 26, 2023

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

Removes the feature from the sub-crate, as it only gates tests

What changes are included in this PR?

Are there any user-facing changes?

No, the arrow-arith feature has not been released

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jul 26, 2023
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.

Nice cleanup - thank you @tustvold

@@ -46,4 +46,3 @@ num = { version = "0.4", default-features = false, features = ["std"] }

[features]
simd = ["arrow-array/simd"]
chrono-tz = ["arrow-array/chrono-tz"]
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't this technically a breaking change for anyone using https://crates.io/crates/arrow-arith directly with this feature? I doubt anyone will notice, but I do think we should flag the PR as API change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It hasn't been released yet


[[test]]
name = "arithmetic"
required-features = ["chrono-tz"]
Copy link
Contributor

Choose a reason for hiding this comment

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

arithmetic is a fairly general name that only has timezone related tests now -- do you plan to move more tests there over time?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

@tustvold tustvold merged commit b27dc7e into apache:master Jul 26, 2023
22 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants