On the commit "GROUP BY push down (#2)", this error occurs:
select c2/2, sum(c2) * (c2/2) from ft1 group by c2/2 order by c2/2;
ERROR: influxdb_fdw : error parsing query: found FROM, expected identifier, string, number, bool at line 1, char 9
It seems that GROUP BY function can not work with all field keys on InfluxDB.
Please check and fix this issue.
On the commit "GROUP BY push down (#2)", this error occurs:
It seems that GROUP BY function can not work with all field keys on InfluxDB. Please check and fix this issue.