dvirtz / vscode-parquet-viewer

A VS Code extension to view Apache Parquet files as JSON
MIT License
29 stars 6 forks source link

deprecate old backends #137

Closed dvirtz closed 2 months ago

dvirtz commented 3 months ago

parquet-tools and parquets are not maintained and parquet-tools causes a Java runtime warning when it runs

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.hadoop.security.authentication.util.KerberosUtil (file:/home/runner/work/vscode-parquet-viewer/vscode-parquet-viewer/test/workspace/parquet-tools-1.12.0-SNAPSHOT.jar) to method sun.security.krb5.Config.getInstance()
WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.security.authentication.util.KerberosUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

they should be deprecated and finally removed.

dvirtz commented 2 months ago

:tada: This issue has been resolved in version 2.11.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: