Skip to content

Speed up loading Arrow tables in core#2548

Merged
visr merged 4 commits into
mainfrom
sort-warn
Sep 1, 2025
Merged

Speed up loading Arrow tables in core#2548
visr merged 4 commits into
mainfrom
sort-warn

Conversation

@visr

@visr visr commented Aug 29, 2025

Copy link
Copy Markdown
Member

Loading large Arrow tables was very slow. Profiling showed it was due to a warning log message from Arrow.jl about time having a nanosecond precision, lower than DateTime which has millisecond precision. This warning was harmless, only annoying and apparently super slow. It started appearing after going back to Pandas defaults in #2450.

Upstream issue: apache/arrow-julia#559

This avoids that by passing convert = false to Arrow.Table, and doing the conversion with our own function that doesn't have this log.

@SouthEndMusic SouthEndMusic left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@visr
visr merged commit 2cbe17a into main Sep 1, 2025
19 checks passed
@visr
visr deleted the sort-warn branch September 1, 2025 08:16
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.

2 participants