Sean Smith

Results 51 issues of Sean Smith

This one: https://github.com/suharev7/clickhouse-rs/blob/afd8ce54e3882fec943fac42ab8aa4425e2f40e9/src/types/value.rs#L806-L810 Fails with: ``` ---- types::value::test::test_size_of stdout ---- thread 'types::value::test::test_size_of' panicked at src/types/value.rs:809:9: assertion `left == right` failed left: 56 right: 64 ```

Surfaces location in `ParserError` to allow library users to be able to enrich error messages that are shown to end users. The `annotate_with_error` shows an example use case where we...

Initial iceberg support was added in https://github.com/GlareDB/glaredb/pull/1382. This issue serves to track further improvements to our iceberg support. Grouped roughly by priority. Non-exhaustive, and priorities subject to change as we...

Currently everything is read only. To start, we can create the execution plans. Follow on work may be needed for if we want to mark data sources read-only, but this...

epic :checkered_flag:

## Summary For Postgres and Bigquery, we're currently opening a new connection on every query. This can be slow (especially so with Bigquery). For performance, we can tweak this to...

## Description I'm not sure what it looks like right now. ```python import glaredb # What do I put for storage options? con = glaredb.connect('gs://bucket/path', storage_options=?) ``` Can just leave...

## Description Data sources that may be added to glaredb. Once we've decided a data source should be added, a dedicated issue should be created for it. ### Search -...

feat :sparkler:

## Context See https://github.com/glaredb/glaredb/blob/0b27679f92851452307283cb204f9519657e6448/crates/datasource_mongodb/src/infer.rs#L81 Currently just formatting them as a string. Obviously not great if you want to drill down into the array. A challenge here will be types and...

bug :bug:
stale :bread:

## Description ...

feat :sparkler:
cloud :cloud: