calcite icon indicating copy to clipboard operation
calcite copied to clipboard

[CALCITE-3243] Incomplete validation of operands in JSON functions

Open wangzzu opened this issue 6 years ago • 0 comments

The operands of various JSON functions are not validated correctly. If you run this test

json_value(1, 'strict $.foo')"

It will fail at runtime when compiling generated code, I think this error should be captured by the validator and we should not even arrive at the code generation step.

wangzzu avatar Aug 24 '19 08:08 wangzzu