Wakahisa
Wakahisa
Hi, This is related to #3 . Are there plans to support Apache Atlas (https://atlas.apache.org)? It's a metadata store that'll include other things like business catalogs and glossaries. There's some...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It appears that when Blaze encounters a data source that's not yet...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like to run blaze on Spark 3.2 **Describe the solution...
**Describe the bug** I built and tried Blaze out on Databricks with Scala 2.12 and Spark 3.0.1 (to match Blaze's dependencies). I get an error when trying to display results....
Is there a way to configure what happens when the server sends a 'slow consumer' notification? I've noticed that the subscription to a topic will remain active, even if there's...
Hey there 😄 Chrome allows passing custom headers as a Bundle, I don't know about the impl. detail for iOS. Is it possible for the plugin to support custom headers?...
I have an application that uses tiberius and tower-grpc (with tower-hyper). Before tower-grpc was updated to 0.1, I used to use `wait()` as a work-around on my connection like below:...
I'm trying to run something like: ```sql select * from roles where role_group in ('a', 'b', 'c'); ``` Is there a way of running? ```rust connection.query( "SELECT * FROM roles...
It would be useful for us to have code coverage in CI, especially for the crypto backends. Depending on what service we use, this might require some integrating the repo...