Skip to content

Commit 97f5603

Browse files
author
Devdutt Shenoi
committed
test: fix expectation
1 parent d304b9f commit 97f5603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parseable/streams.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ mod tests {
909909
);
910910

911911
let expected_path = staging.data_path.join(format!(
912-
"{stream_hash}.date={}.hour={:02}.minute={}.{}.data.{ARROW_FILE_EXTENSION}",
912+
"{stream_hash}.date={}.hour={:02}.minute={}.{}.data.part",
913913
parsed_timestamp.date(),
914914
parsed_timestamp.hour(),
915915
minute_to_slot(parsed_timestamp.minute(), OBJECT_STORE_DATA_GRANULARITY).unwrap(),
@@ -943,7 +943,7 @@ mod tests {
943943
);
944944

945945
let expected_path = staging.data_path.join(format!(
946-
"{stream_hash}.date={}.hour={:02}.minute={}.key1=value1.key2=value2.{}.data.{ARROW_FILE_EXTENSION}",
946+
"{stream_hash}.date={}.hour={:02}.minute={}.key1=value1.key2=value2.{}.data.part",
947947
parsed_timestamp.date(),
948948
parsed_timestamp.hour(),
949949
minute_to_slot(parsed_timestamp.minute(), OBJECT_STORE_DATA_GRANULARITY).unwrap(),

0 commit comments

Comments
 (0)