Backport "Parquet dynamic batch size" #13350#13393
Backport "Parquet dynamic batch size" #13350#13393achopragh wants to merge 3 commits intoprestodb:masterfrom
Conversation
18be1ee to
ef8537b
Compare
wenleix
left a comment
There was a problem hiding this comment.
Some lines in the original PR seems missing.
There was a problem hiding this comment.
@achopragh : Looks like this change is missing? https://github.com/prestosql/presto/pull/58/files#diff-af0230f49180fa0b1814f3f564aa6eb7R411
There was a problem hiding this comment.
@achopragh Looks like some tests are missing? https://github.com/prestosql/presto/pull/58/files#diff-5d5a5b526f7467bd9f12d418be29c1f5R1490
i.e.
- testStructMaxReadBytes
- testArrayMaxReadBytes
- testMapMaxReadBytes
There was a problem hiding this comment.
nit: empty line afterwards
Cherry-pick of trinodb/trino#58 Co-authored-by: Amit Chopra <amitchopra@fb.com>
ef8537b to
a545276
Compare
Cherry-pick of trinodb/trino#58 Co-authored-by: Amit Chopra <amitchopra@fb.com>
…port12503 Added a few missing tests
980cad4 to
f8c6a2c
Compare
wenleix
left a comment
There was a problem hiding this comment.
LGTM. I will squash & rebase before merge.
zhenxiao
left a comment
There was a problem hiding this comment.
looks good to me. Just one comment about constants imports.
| import static java.lang.String.format; | ||
| import static java.util.Objects.requireNonNull; | ||
| import static org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category.PRIMITIVE; | ||
| import static org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName.BINARY; |
There was a problem hiding this comment.
any reason remove these constants? were added for schema verification
might trigger compile errors
|
Merged via #13473 . Thanks for the contribution ! |
== RELEASE NOTES ==
General Changes
Hive Changes