Reidddddd commented on code in PR #120:
URL: https://github.com/apache/hbase-connectors/pull/120#discussion_r1290863502


##########
spark/hbase-spark/src/test/scala/org/apache/hadoop/hbase/spark/TableOutputFormatSuite.scala:
##########
@@ -31,14 +30,16 @@ import org.scalatest.{BeforeAndAfterAll, 
BeforeAndAfterEach, FunSuite}
 
 import scala.util.{Failure, Success, Try}
 
-
 // Unit tests for HBASE-20521: change get 
configuration(TableOutputFormat.conf) object first sequence from jobContext to 
getConf
 // this suite contains two tests, one for normal case(getConf return null, use 
jobContext), create new TableOutputformat object without init 
TableOutputFormat.conf object,
 // configuration object inside checkOutputSpecs came from jobContext.
 // The other one(getConf return conf object) we manually call "setConf" to 
init TableOutputFormat.conf, for making it more straight forward, we specify a 
nonexistent table
 // name in conf object, checkOutputSpecs will then throw 
TableNotFoundException exception
-class TableOutputFormatSuite extends FunSuite with
-  BeforeAndAfterEach with BeforeAndAfterAll with Logging{
+class TableOutputFormatSuite
+    extends FunSuite
+    with BeforeAndAfterEach
+    with BeforeAndAfterAll
+    with Logging {

Review Comment:
   don't understand the style spotless applies, seems doesn't align



-- 
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]

Reply via email to