You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/01/30 06:10:40 UTC

[GitHub] ajantha-bhat commented on a change in pull request #3111: [HOTFIX] SDV framework for presto cluster test suite

ajantha-bhat commented on a change in pull request #3111: [HOTFIX] SDV framework for presto cluster test suite
URL: https://github.com/apache/carbondata/pull/3111#discussion_r252127206
 
 

 ##########
 File path: integration/spark-common-cluster-test/src/test/scala/org/apache/spark/sql/common/util/QueryTest.scala
 ##########
 @@ -220,4 +218,74 @@ object QueryTest {
 
     return None
   }
+
+  /**
+   * execute the query by establishing the jdbc connection
+   *
+   * @param query
+   * @return
+   */
+  def executeQuery(dbName: String, query: String): List[Map[String, Any]] = {
 
 Review comment:
   created a subclass now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services