Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
neuyilan committed Dec 18, 2024
1 parent 809a408 commit 8073481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public InternalRow toRow(DataFileMeta meta) {
meta.embeddedIndex(),
meta.fileSource().map(FileSource::toByteValue).orElse(null),
toStringArrayData(meta.valueStatsCols()),
meta.getDataRootLocationString());
BinaryString.fromString(meta.fileName()));
}

@Override
Expand Down

0 comments on commit 8073481

Please sign in to comment.