kevinjmh commented on a change in pull request #3342: [HOTFIX] Initialize Profiler in CarbonEnv
URL:
https://github.com/apache/carbondata/pull/3342#discussion_r312310466
##########
File path: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonEnv.scala
##########
@@ -121,6 +122,7 @@ class CarbonEnv {
initialized = true
}
}
+ Profiler.initialize(sparkSession.sparkContext)
Review comment:
Is it the same code in `CarbonSession.scala` not necessary any more after this PR?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services