Skip to content

Commit 76b8d2c

Browse files
author
Devdutt Shenoi
committed
doc: custom parition limits
1 parent e957173 commit 76b8d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parseable/streams.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ use super::{
6666
LogStream, ARROW_FILE_EXTENSION,
6767
};
6868

69+
// NOTE: this requires that custom partition values should not have special characters in their name/value
6970
static ARROWS_NAME_STRUCTURE: Lazy<Regex> = Lazy::new(|| {
7071
Regex::new(r"^[a-zA-Z0-9&=]+\.(?P<front>\S+)\.\d+\.data\.arrows$").expect("Validated regex")
7172
});

0 commit comments

Comments
 (0)