NihalJain commented on code in PR #110:
URL: https://github.com/apache/hbase-connectors/pull/110#discussion_r1119222569
##########
spark/hbase-spark/src/test/java/org/apache/hadoop/hbase/spark/TestJavaHBaseContext.java:
##########
@@ -69,21 +70,29 @@ public class TestJavaHBaseContext implements Serializable {
public static final HBaseClassTestRule TIMEOUT =
HBaseClassTestRule.forClass(TestJavaHBaseContext.class);
- private static transient JavaSparkContext JSC;
- private static HBaseTestingUtility TEST_UTIL;
Review Comment:
Changes in field scope at L73, 74 and 75 are not needed as we are not using
them in extended class. Will fix in next commit, as part of any other review
comments, if received, on the 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]