mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-08 04:58:12 +00:00
feat(s3select): expand typed JSON source paths (#6864)
This commit is contained in:
@@ -184,6 +184,13 @@ mod tests {
|
||||
assert!(dialect.supports_group_by_expr(), "RustFsDialect should support GROUP BY expressions");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_supports_partiql_paths() {
|
||||
let dialect = RustFsDialect;
|
||||
|
||||
assert!(dialect.supports_partiql(), "RustFsDialect should support JSON source paths");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_identifier_validation_comprehensive() {
|
||||
let dialect = RustFsDialect;
|
||||
|
||||
Reference in New Issue
Block a user