feat(s3select): expand typed JSON source paths (#6864)

This commit is contained in:
GatewayJ
2026-08-30 14:46:36 +08:00
committed by GitHub
parent d6f9a7c462
commit 4932af080b
10 changed files with 2068 additions and 275 deletions
+7
View File
@@ -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;