teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 6 forks source link

table command does not accept quoted value #168

Open kortemik opened 9 months ago

kortemik commented 9 months ago
| table a, 'count(c)'

results into a parse exception

eemhu commented 8 months ago

Seems to be caused by ( rather than the quotes, parser issue.