Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2959#discussion_r237039728
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSession.scala ---
@@ -114,8 +115,8 @@ class CarbonSession(@transient val sc: SparkContext,
}
private def withProfiler(
- sqlText: String,
- generateDF: (QueryExecution, SQLStart) => DataFrame): DataFrame = {
+ sqlText: String,
--- End diff --
no need to change, please keep the original format---
