Skip to content

Commit

Permalink
fix another case where hadoopconf copy isolates config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Vexler committed May 30, 2024
1 parent 63737ca commit 475a1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class TestSpark35RecordPositionMetadataColumn extends SparkClientFunctionalTestH

// Prepare the file and Parquet file reader.
val metaClient = getHoodieMetaClient(
HadoopFSUtils.getStorageConfWithCopy(_spark.sparkContext.hadoopConfiguration), basePath)
HadoopFSUtils.getStorageConfWithCopy(hadoopConf), basePath)
val allBaseFiles = HoodieTestTable.of(metaClient).listAllBaseFiles
assertFalse(allBaseFiles.isEmpty)
val readerContext = new SparkFileFormatInternalRowReaderContext(reader, HoodieRecord.RECORD_KEY_METADATA_FIELD, Seq.empty)
Expand Down

0 comments on commit 475a1bc

Please sign in to comment.