Files
doris/fe/fe-core/src/test
dohongdayi a8e3a74ac6 [Bug] Fix bug to reject request with no SQL in TableQueryPlanAction (#6843)
String.valueOf() returns string "null" with null input, in which case requests with no SQL
will be accepted by TableQueryPlanAction unexpectedly with potential risk.
2021-10-23 16:46:24 +08:00
..