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

Website: Release 14.0.2 blog post #443

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Website: Release 14.0.2 blog post #443

merged 2 commits into from
Dec 20, 2023

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented Dec 19, 2023

Release blog post for 14.0.2

@raulcd
Copy link
Member Author

raulcd commented Dec 19, 2023

@jorisvandenbossche @kou should we add a release blog post for the release? Do we want to expand the issues that have been solved or should we just point to the changelog (as there aren't that many issues there):
https://arrow.apache.org/release/14.0.2.html#changelog

@kou
Copy link
Member

kou commented Dec 19, 2023

Which issue did trigger 14.0.2? How about just mentioning it explicitly in the blog post?

@jorisvandenbossche
Copy link
Member

Given it's relatively short, the changelog might be sufficient? (although not all PR titles are very descriptive ..) I can also make a human summary of the fixes later today if that is preferred.

@jorisvandenbossche
Copy link
Member

This would be something like the following (I haven't checked all [R] labeled issues in detail, I am not sure if there is anything worth mentioning, or whether they are mostly CI fixes xx @assignUser)

Python:

  • Delay initializing the S3 filesystem until first usage (instead on import) (GH-38364)
  • Fix segfault when PyArrow is imported at shutdown (GH-38626)
  • Fix potential deadlock when CSV reading errors out (GH-38676)

C++:

  • S3FileSystem: fix regression in deleting explicitly created sub-directories (GH-38618)

Parquet (C++):

  • Fix performance regression in reading binary/string columns (GH-38432)
  • Fix regression in reading Parquet files in parallel (GH-38432)
  • Fix bug in reading valid Parquet files written with older versions (GH-38577)

@raulcd
Copy link
Member Author

raulcd commented Dec 20, 2023

Thanks @jorisvandenbossche I've pushed a commit with the suggested notes: e420773

Copy link
Member Author

@raulcd raulcd left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit 6eab14f into apache:main Dec 20, 2023
1 check passed
@assignUser
Copy link
Member

Sorry for the late reply, most/all changes for arrow R where fixes for 14.0.0 build system refactor related issues. I can open a PR in a bit (on PTO for now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants