ci(s3select-query): inherit workspace lint policy (#5443)

This commit is contained in:
Zhengchao An
2026-07-29 23:31:11 +08:00
committed by GitHub
parent 962c11e6db
commit 94ee597721
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ impl ContextProviderExtension for MetadataProvider {
let table_handle = self.build_table_handle()?;
Ok(Arc::new(TableSourceAdapter::try_new(table_ref.clone(), table_name, table_handle)?))
Ok(Arc::new(TableSourceAdapter::try_new(table_ref, table_name, table_handle)?))
}
}