Bug report: parse error with semicolon in string, when using 'source' command

2021-12-01 Thread Bruno Kim Medeiros Cesar
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

RES: Bug report: parse error with semicolon in string, when using 'source' command

2021-12-28 Thread Bruno Kim Medeiros Cesar
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