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.
I'm trying to set presto session variable but I'm hitting
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.