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 487655e commit e957173Copy full SHA for e957173
src/parseable/streams.rs
@@ -67,7 +67,7 @@ use super::{
67
};
68
69
static ARROWS_NAME_STRUCTURE: Lazy<Regex> = Lazy::new(|| {
70
- Regex::new(r"^[[:alnum:]]+\.(?P<front>\S+)\.\d+\.data\.arrows$").expect("Validated regex")
+ Regex::new(r"^[a-zA-Z0-9&=]+\.(?P<front>\S+)\.\d+\.data\.arrows$").expect("Validated regex")
71
});
72
73
fn arrow_path_to_parquet(path: &Path, random_string: &str) -> Option<PathBuf> {
0 commit comments