We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e957173 commit 76b8d2cCopy full SHA for 76b8d2c
src/parseable/streams.rs
@@ -66,6 +66,7 @@ use super::{
66
LogStream, ARROW_FILE_EXTENSION,
67
};
68
69
+// NOTE: this requires that custom partition values should not have special characters in their name/value
70
static ARROWS_NAME_STRUCTURE: Lazy<Regex> = Lazy::new(|| {
71
Regex::new(r"^[a-zA-Z0-9&=]+\.(?P<front>\S+)\.\d+\.data\.arrows$").expect("Validated regex")
72
});
0 commit comments