Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3019#discussion_r244276118
--- Diff:
integration/presto/src/test/scala/org/apache/carbondata/presto/server/PrestoServer.scala
---
@@ -129,6 +130,21 @@ class PrestoServer {
}
}
+ def execute(query: String) = {
+
+ Try {
+ val conn: Connection = createJdbcConnection(dbName)
+ logger.info(s"***** executing the query ***** \n $query")
--- End diff --
ok---
