treasure-data / prestogres

PostgreSQL protocol gateway for Presto distributed SQL query engine
Other
292 stars 61 forks source link

SET doesn't passthrough to presto #49

Closed wontonst closed 8 years ago

wontonst commented 8 years ago

I'm trying to set presto session variable but I'm hitting

default=> set columnar_processing  = true;
ERROR:  unrecognized configuration parameter "columnar_processing"

It doesn't look like prestogres handles this, so I was wondering if anyone could point me in the right direction for implementing the most rudimentary way of passing this through directly to presto. Don't need anything fancy like listing variables, just straight through.

wontonst commented 8 years ago

Pull request coming in that solves this issue.