[Feature] Support reading Paimon TIME columns
@QuakeWang y travaille déjà.
Depuis le 9/9/2026.
Évaluation
Cette issue n'a pas encore été évaluée.
Description
Search before asking
- I searched the issues and found nothing similar.
Motivation
Reading a Paimon table containing a TIME column fails during schema deserialization:
Invalid: deserialize failed, possibly type incompatible:
parse data type failed, error msg: Invalid: Unsupported type: TIME
The Parquet table was created with PyPaimon 2.0.0 using an Arrow time32[ms] column containing 00:00:00.123, 23:59:59.999, and NULL. PyPaimon successfully writes and reads these values, but reading through the Vane Paimon extension fails.
Tested with paimon-cpp commit 366323740cc13b5e113d9465080624b28e3880e8, bundled in extension commit b0ac989.
Solution
Support Paimon TIME schema parsing and the corresponding Arrow time representation in the read path. Add a Parquet round-trip test covering millisecond precision, boundary values, and NULL.
The current type parser still has no TIME handling branch.
Anything else?
The failure was reproduced through Vane, not a standalone paimon-cpp executable.
Are you willing to submit a PR?
- I'm willing to submit a PR!
- Langage dominant
- C++
- Étoiles
- 65
- Forks
- 29
- Merge moyen
- 2 j 30 min
- PR mergées (30 j)
- 77
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Autres issues de apache/paimon-cpp
-
enhancement
apache/paimon-cpp#381 · 1 personne assignée ·
-
Difficulté 4/5 3-5 jours Accessibilité débutants 30/100
apache/paimon-cpp#375 · 1 personne assignée ·
-
enhancement
Difficulté 5/5 Plus d'une semaine Accessibilité débutants 30/100
apache/paimon-cpp#369 · 1 personne assignée ·
-
enhancement
Difficulté 5/5 Plus d'une semaine Accessibilité débutants 45/100
apache/paimon-cpp#361 · 1 personne assignée ·
-
bug
Difficulté 4/5 3-5 jours Accessibilité débutants 68/100
apache/paimon-cpp#347 · 1 personne assignée ·
Toutes les issues de apache/paimon-cpp
Issues similaires
-
Difficulté 1/5 Moins d'une heure Accessibilité débutants 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulté 1/5 Moins d'une heure Accessibilité débutants 90/100
games-on-whales/wolf#509 ·
-
Difficulté 2/5 1-3 heures Accessibilité débutants 74/100
-
bug-unconfirmed
Difficulté 2/5 1-3 heures Accessibilité débutants 76/100
-
Difficulté 2/5 1-3 heures Accessibilité débutants 74/100
NVIDIA/cuda-samples#453 ·