Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2148#discussion_r182930836
--- Diff:
examples/spark2/src/main/scala/org/apache/carbondata/benchmark/ConcurrentQueryBenchmark.scala
---
@@ -417,7 +417,7 @@ object ConcurrentQueryBenchmark {
*/
def runTest(spark: SparkSession, table1: String, table2: String): Unit =
{
// run queries on parquet and carbon
- runQueries(spark, table1)
+ //runQueries(spark, table1)
--- End diff --
We should keep it.
---