kenhuuu commented on code in PR #2634: URL: https://github.com/apache/tinkerpop/pull/2634#discussion_r1625337862
########## spark-gremlin/src/test/java/org/apache/tinkerpop/gremlin/spark/structure/SparkTest.java: ########## @@ -51,6 +51,15 @@ * @author Marko A. Rodriguez (http://markorodriguez.com) */ public class SparkTest extends AbstractSparkTest { + @Test + public void testCustomizedSparkAppName() { + final String appName = "SparkAppNameTest"; + final org.apache.spark.SparkConf sparkConfiguration = new org.apache.spark.SparkConf(); Review Comment: Just curious, why did you use the fully qualified name here instead of importing? -- 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]
