xuzifu666 commented on code in PR #8811:
URL: https://github.com/apache/hudi/pull/8811#discussion_r1206245965
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/common/HoodieSparkEngineContext.java:
##########
@@ -62,8 +62,7 @@
*/
@ThreadSafe
public class HoodieSparkEngineContext extends HoodieEngineContext {
-
- private static final Logger LOG =
LoggerFactory.getLogger(HoodieSparkEngineContext.class);
+
private final JavaSparkContext javaSparkContext;
private final SQLContext sqlContext;
private final Map<HoodieDataCacheKey, List<Integer>> cachedRddIds = new
HashMap<>();
Review Comment:
ok, done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]