-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parquet): Support converted type in timestamp reader (#11964)
Summary: Gluten observed a UT failure at the code location below. The cause is that the timestamp schema element lacks a logical type and is composed of type, name, and converted_type. This PR allows parsing converted type from schema elements and uses it in the timestamp reader to determine the timestamp precision if logical type is not supplied. https://github.com/facebookincubator/velox/blob/87c558e094043c5451659c59d38ffc1bd6de781a/velox/dwio/parquet/reader/TimestampColumnReader.h#L99 Pull Request resolved: #11964 Reviewed By: xiaoxmeng Differential Revision: D67718622 Pulled By: pedroerp fbshipit-source-id: 948e597447e43444abb2f5f56f17a44fbd0a16ec
- Loading branch information
1 parent
09cbb2e
commit 7cbfce0
Showing
6 changed files
with
101 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters