LittleZhao commented on issue #545: [Griffin 294] bugfix for completness enumeration wrong sql URL: https://github.com/apache/griffin/pull/545#issuecomment-547721680 here is the bug detail if the error.confs looks like `"error.confs": [ { "values": [ "hive_none" ], "type": "enumeration", "column.name": "abc" } ]` the where clause is `(((`abc` IN ())) OR (`abc` IS NULL))`, it is a wrong where clause. It should be `(`abc` IS NULL)` The pr fixes this bug.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
