shivamasn commented on a change in pull request #3342: [HOTFIX] Initialize Profiler in CarbonEnv
URL:
https://github.com/apache/carbondata/pull/3342#discussion_r312471465
##########
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:
@kevinjmh After this PR, no need to initialize in CarbonSession.scala. I will remove from CarbonSession.scala
----------------------------------------------------------------
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