Kyle Osborne
Kyle Osborne
I would like to have the ability to load parquet data using this connector into BigQuery tables that have columns with [parameterized data types](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#parameterized_data_types), without wiping them out. I tried...
It looks like `find` does not update the dircache, which means that new files since a previous listing will be returned by `find`, but then throw `FileNotFound` if you try...
In the code, it looks like this buffers the whole partition to memory. This was hit when attempting to sync a Postgres table to snowflake. The workaround was to reduce...
When I build the following in Docker: ``` FROM openresty/openresty:1.19.3.1-2-alpine-fat AS build RUN apk --no-cache add openssl \ && /usr/local/openresty/luajit/bin/luarocks install lua-resty-jwt ``` I get this error: ``` > [2/2]...
### What happens? When executing a "COPY" statement to export to a file, a warning is logged, e.g. `Buffering missing file: orders.json` In this scenario, it is expected for the...
NULL shared_ptr dereference internal exception caused by table_stats `table_id` equal to a `view_id`
Got this error when attempting to query the `information_schema.tables` using ducklake. There was a row in the `ducklake_table_stats` table, which had a `table_id` equal to a `view_id` in the `ducklake_view`...