Github user liancheng commented on the pull request:
https://github.com/apache/spark/pull/9040#issuecomment-146974600
@davies I am doing benchmark for this one. At first I was hoping to see
noticeable performance gain for binary backed decimals, but later I found that
`PARQUET_1_0` simply doesn't support dictionary encoding for
`FIXED_LEN_BYTE_ARRAY`. So I think only binary decimals written in
`PARQUET_2_0` formats benefit significantly from this one, since it avoids both
`Decimal` instantiation and decoding the binary values.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]