Christian
Christian
First of all, thanks for this awesome package! While parsing the AST, I came Across Cte's FROM Statement: https://github.com/sqlparser-rs/sqlparser-rs/blob/6b2b3f1f6c903bddc87ba0858b5ccdb94c5e2242/src/ast/query.rs#L337-L341 This renders as WITH ... AS ... FROM ... While I...
First of all thanks for this awesome Project! I was wondering about the maintainers feeling about ballista as a distributed engine based on DataFusion. Would switching to Ballista from "pure"...
Issue: https://github.com/smartive/zitadel-rust/issues/542
First of all thanks for this great create! # The Problem Tonic Service Client are designed to be cloned in Multi-Threading/Multiplexing scenarios. There is a section "Multiplexing-Requests" on this in...
Implementation of the Iceberg V1 ViewMetadata
### Apache Iceberg version main (development) ### Please describe the bug 🐞 This is a harder one: I am currently unhappy with the way pyiceberg handles the RestCatalogs `name` property....
Fixes https://github.com/apache/iceberg-python/issues/735
Fixes https://github.com/apache/iceberg-python/issues/740
### Apache Iceberg version main (development) ### Please describe the bug 🐞 The primary way of the Iceberg REST Catalog to grant access to S3 tables is remote signing. This...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Currently table_exists only returns true on 200: https://github.com/apache/iceberg-python/blob/20b7b5339a1a0ab59d884c7d042c4bc96a166b11/pyiceberg/catalog/rest.py#L793 According to the spec, it should return true on 204...