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

fix: include chrono-tz in flight sql cli #6650

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

crepererum
Copy link
Contributor

Which issue does this PR close?

-

Rationale for this change

Otherwise you get an error like:

Error: format results

Caused by:
    Parser error: Invalid timezone \"Europe/Berlin\": only offset based timezones supported without chrono-tz feature

What changes are included in this PR?

  • enable required feature
  • add test

Are there any user-facing changes?

Printing results w/ time zones now works.

Otherwise you get an error like:

```text
Error: format results

Caused by:
    Parser error: Invalid timezone \"Europe/Berlin\": only offset based timezones supported without chrono-tz feature
```
@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Oct 30, 2024
@tustvold tustvold merged commit 3d6c80c into apache:master Oct 30, 2024
13 checks passed
adbmal pushed a commit to adbmal/arrow-rs that referenced this pull request Nov 2, 2024
Otherwise you get an error like:

```text
Error: format results

Caused by:
    Parser error: Invalid timezone \"Europe/Berlin\": only offset based timezones supported without chrono-tz feature
```
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 arrow-flight Changes to the arrow-flight crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants