Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StarRocks supports querying Hive tables with encrypted ORC file format #45777

Open
zxf216 opened this issue May 17, 2024 · 0 comments
Open

StarRocks supports querying Hive tables with encrypted ORC file format #45777

zxf216 opened this issue May 17, 2024 · 0 comments
Labels
type/enhancement Make an enhancement to StarRocks

Comments

@zxf216
Copy link

zxf216 commented May 17, 2024

Enhancement

  • Spark 2.4.x uses the Java version of the Apache OCR project to enable encryption and decryption of ORC format Hive tables.

  • StarRocks uses the C++ version of the Apache OCR project for reading and writing OCR files, but the C++ version does not implement encryption and decryption functionality. When performing ad-hoc analysis on Hive tables with encrypted columns, StarRocks is unable to query the Hive table. Therefore, modifications need to be made to StarRocks' Apache OCR module to support reading encrypted Hive table data in ORC format.

Here is a structural diagram:

@zxf216 zxf216 added the type/enhancement Make an enhancement to StarRocks label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Make an enhancement to StarRocks
Projects
None yet
Development

No branches or pull requests

1 participant