Skip to content

Commit 8b178eb

Browse files
author
sonal
committed
- Minor fix
1 parent 609714d commit 8b178eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dtests/src/test/scala/io/snappydata/hydra/SnappyTestUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ object SnappyTestUtils {
157157
.option("inferSchema", "false")
158158
.option("nullValue", "NULL")
159159
.option("maxCharsPerColumn", "4096")
160-
.load(s"${expectedFile}")
160+
.load(s"${expectedFile.iterator.next().getAbsolutePath}")
161161

162162
val missingDF: Array[Row] = sparkDF2.except(snappyDF).sort(sparkDF2.columns(0)).collect()
163163
val unexpectedDF: Array[Row] = snappyDF.except(sparkDF2).sort(sparkDF2.columns(0)).collect()

0 commit comments

Comments
 (0)