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 533d9d2 commit 181d189Copy full SHA for 181d189
src/parseable/mod.rs
@@ -462,13 +462,6 @@ impl Parseable {
462
validate_custom_partition(custom_partition)?;
463
}
464
465
- if !time_partition.is_empty() && custom_partition.is_some() {
466
- return Err(StreamError::Custom {
467
- msg: "Cannot set both time partition and custom partition".to_string(),
468
- status: StatusCode::BAD_REQUEST,
469
- });
470
- }
471
-
472
let schema = validate_static_schema(
473
body,
474
stream_name,
0 commit comments