trinodb/trino

Presto jdbc's ImplementCount should support distinct.

Parth-Brahmbhatt opened this issue · 0 comments

The current aggregate function rule pattern matching at jdbc implementation layer does not match an aggreate function that has distinct, we need to modify it so it can support count distinct at jdbc connector layer.

requires #4323