From 9479998356d197e1fd4c6d808cfd9372aaa6da7d Mon Sep 17 00:00:00 2001 From: Oleksandr Vayda Date: Sun, 8 Sep 2024 21:44:30 +0200 Subject: [PATCH] issue #827 Scala 2.11 compatibility --- .../src/test/scala/za/co/absa/spline/ElasticSearchSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/src/test/scala/za/co/absa/spline/ElasticSearchSpec.scala b/integration-tests/src/test/scala/za/co/absa/spline/ElasticSearchSpec.scala index 934a11b7..288aadf7 100644 --- a/integration-tests/src/test/scala/za/co/absa/spline/ElasticSearchSpec.scala +++ b/integration-tests/src/test/scala/za/co/absa/spline/ElasticSearchSpec.scala @@ -49,7 +49,7 @@ class ElasticSearchSpec val esOptions = Map( "es.nodes" -> esNodes, "es.port" -> esPort.toString, - "es.nodes.wan.only" -> "true", + "es.nodes.wan.only" -> "true" ) withNewSparkSession(implicit spark => { @@ -106,7 +106,7 @@ class ElasticSearchSpec "es.nodes" -> esNodes, "es.port" -> esPort.toString, "es.nodes.wan.only" -> "true", - "es.resource" -> s"$index/$docType", + "es.resource" -> s"$index/$docType" ) withNewSparkSession(implicit spark => {