apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.95k stars 979 forks source link

DRILL-8498: Hide sqlline reflective access warnings #2915

Closed rymarm closed 5 months ago

rymarm commented 5 months ago

DRILL-8498: Sqlline illegal reflective access warning

Description

Add Java system options to Sqlline arguments list to hide possible warnings due to illegal reflective access.

Documentation

-

Testing

I manually verified the warning doesn't appear anymore.

jnturton commented 5 months ago

Thank you!