Github user bhavya411 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1581#discussion_r154860147
--- Diff: integration/presto/pom.xml ---
@@ -31,7 +31,7 @@
<packaging>presto-plugin</packaging>
<properties>
- <presto.version>0.186</presto.version>
+ <presto.version>0.187</presto.version>
--- End diff --
Yes I think we need to specify 0.187 version upgrade in another mailing
list, with 0.187 in carbon it works with 0.186 but not with 0.166 as the
interfaces for Connector is changed in 0.186
---