rejeb commented on code in PR #145: URL: https://github.com/apache/phoenix-connectors/pull/145#discussion_r2116048194
########## phoenix5-spark/src/it/java/org/apache/phoenix/spark/DataSourceApiIT.java: ########## @@ -73,10 +73,8 @@ public Configuration getConfiguration(Configuration confToClone) { @Test public void basicWriteAndReadBackTest() throws SQLException { - SparkConf sparkConf = new SparkConf().setMaster("local").setAppName("phoenix-test") - .set("spark.hadoopRDD.ignoreEmptySplits", "false"); - JavaSparkContext jsc = new JavaSparkContext(sparkConf); - SQLContext sqlContext = new SQLContext(jsc); + + SparkSession spark = SparkUtil.getSparkSession(); Review Comment: I just replaced old code with a call to existing `SparkUtil.getSparkSession()` to avoid having duplicate code and the property is there. -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org