Hey, folks!
I see that there have been some bugs ([1], [2]) regarding semicolons within
quotes or comments, and I found another instance that I think is not handled
yet.
Here's a MWE using two files:
-- create_tab.hql
DROP TABLE IF EXISTS bkimmce_test;
CREATE TABLE bkimmce_test (
foo IN
7;,
'serialization.format'='\;')
Error: Error while compiling statement: FAILED: ParseException line 114:21
mismatched input '' expecting StringLiteral near '=' in specifying
key/value property (state=42000,code=4)
Thanks,
Bruno Kim
De: Bruno Kim Med