Sam Kleinman

Results 102 comments of Sam Kleinman

I definitely like the per-function case.

I added a few proposed tasks. for additional steps, after the stuff sean wrote up yesterday. Let me know if things were unclear. Also feel free to modify the proposal...

@liurenjie1024 thanks for your interest! > Hi, is it possible to share the design doc in notion? Possible, yes. Having said that, the document in notion is pretty scattered, and...

This should work in many cases today! As you say, there are a bunch of edge cases around authentication, but it definitely works: I just ran: ```sql select count(*) from...

> Using localhost:80 works well. Is there any parsing error with different ports, so an issue with URL parsing? That seems like a quite reasonable deduction. It's probably the case...

We don't have Astra testing (or build), so I'm not totally sure how/if we can confirm this, but it seems plausible. We compile the downloaded release with Ubuntu 2004 (released...

@eitsupi what did you have in mind for using this? We never prioritized this because we didn't have a use case or a thing that could generate substrait plans that...

Some of this sounds a lot like ADBC. Also, to be clear, parts of this makes a lot of sense, particularly being able to take data formats and objects from...

Seems super interesting and exciting. could also have `[pair(k,v), pair(k,v)]` as a syntax/option? what are the values that we're producing/reading? (like do we get structs/objects or do the structs become...

> I think some other sql dialects have similar syntax, however I feel the struct literal is more intuitive/natural yeah, makes sense; they don't conflict with each other, and the...