File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
spark/src/test/scala/io/delta/sharing/spark Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -568,17 +568,14 @@ class DeltaSharingSuite extends QueryTest with SharedSparkSession with DeltaShar
568
568
}
569
569
}
570
570
571
- test (" spark read limit" ) {
571
+ integrationTest (" spark read limit" ) {
572
572
val spark = SparkSession .active
573
573
spark.sessionState.conf.setConfString(" spark.delta.sharing.client.class" ,
574
574
classOf [TestDeltaSharingClient ].getName)
575
575
spark.sessionState.conf.setConfString(" spark.delta.sharing.profile.provider.class" ,
576
576
" io.delta.sharing.client.DeltaSharingFileProfileProvider" )
577
577
TestDeltaSharingClient .clear
578
578
579
- // Explicitly create share config file to avoid flaky test
580
- val testProfileFile = Files .createTempFile(" delta-test-force-create" , " .share" ).toFile
581
- FileUtils .writeStringToFile(testProfileFile, profileFileContent, UTF_8 )
582
579
val tablePath = testProfileFile.getCanonicalPath + " #share1.default.table1"
583
580
spark.read
584
581
.format(" deltaSharing" )
You can’t perform that action at this time.
0 commit comments