feat(parquet): Add Int64 Timestamp in reader#11530
feat(parquet): Add Int64 Timestamp in reader#11530zuyu wants to merge 1 commit intofacebookincubator:mainfrom zuyu:ts-int64
Conversation
✅ Deploy Preview for meta-velox canceled.
|
|
Could you add some unit tests? |
|
I am assuming you're also planning to add support for Dictionary encoding and range filters, currently the range filter is always casted to INT96 range filter. |
rui-mo
left a comment
There was a problem hiding this comment.
Thanks! I added some comments.
|
@rui-mo Addressed ur comments. Could u take another look? The test failures are the same as the |
rui-mo
left a comment
There was a problem hiding this comment.
Thanks! Added some nits and overall looks good to me.
There was a problem hiding this comment.
in nano precision
nit: is other precision other than nano possible?
There was a problem hiding this comment.
No, other precisions handle separately: see #11600 (comment)
|
@zacw7 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
w/ both plain and dictionary encoding support.