Skip to content

python(fix): remove client side detection for missing parquet time column #544

Merged
wei-qlu merged 1 commit intomainfrom
python/remove-parquet-client-time-detection
Apr 27, 2026
Merged

python(fix): remove client side detection for missing parquet time column #544
wei-qlu merged 1 commit intomainfrom
python/remove-parquet-client-time-detection

Conversation

@wei-qlu
Copy link
Copy Markdown
Contributor

@wei-qlu wei-qlu commented Apr 24, 2026

What was changed

Removed client-side parquet time column detection after the server returns the config from detect_config. int64/uint64 and int32/uint32 with the string parsing for "time" is not a great heuristic for determining whether a column is a proper time column due to missing context regarding indented format. It's best to leave it to the user to either call detect_config and fix it or raise an error

Existing tests and imports still work as intended.

@wei-qlu wei-qlu marked this pull request as ready for review April 24, 2026 22:45
@wei-qlu wei-qlu requested a review from Brandon-Shippy April 24, 2026 22:46
@wei-qlu wei-qlu merged commit 6727600 into main Apr 27, 2026
22 checks passed
@wei-qlu wei-qlu deleted the python/remove-parquet-client-time-detection branch April 27, 2026 18:59
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