druid/sql
Gian Merlino dd78e00dc5
Fix ColumnSignature error message and jdk17 test issue. (#14538)
* Fix ColumnSignature error message and jdk17 test issue.

On jdk17, the "problem" part of the error message could change from
NullPointerException to:

  Cannot invoke "String.length()" because "s" is null

Due to the new more-helpful NPEs in Java 17. This broke the expectation
and led to test failures on this case.

This patch fixes the problem by improving the error message so it isn't
a generic NullPointerException.

* Fix format.
2023-07-06 15:10:59 -07:00
..
src Fix ColumnSignature error message and jdk17 test issue. (#14538) 2023-07-06 15:10:59 -07:00
pom.xml Cache parsed expressions and binding analysis in more places. (#14124) 2023-06-27 13:40:35 -07:00