ksql-python icon indicating copy to clipboard operation
ksql-python copied to clipboard

Error with lowercase columns

Open jokin opened this issue 1 year ago • 0 comments

the regex to parse the column names expect that they are all uppercase, but some queries and columns may be in lowercase even if it's not the default in ksqldb

regex = r"(?<!\<)`(?P<name>[A-Z_]+)` (?P<type>[A-z]+)[\<, \"](?!\>)"

jokin avatar Feb 28 '23 14:02 jokin