apache / drill

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

DRILL-8498: Hide sqlline reflective access warnings #2915

Closed rymarm closed 4 weeks ago

rymarm commented 1 month 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 4 weeks ago

Thank you!