Jan Kramer

Results 3 comments of Jan Kramer

@nikic any thoughts on adding this function?

I'm running in to the same issue: getting a `memory access out of bounds` error when executing a rather large query (approx. 80KiB of SQL). Could this be caused by...

Small update: the issue can be reproduced in the test suite by increasing the number of partitions the following test generates, e.g. by changing `i%2` to `i%10`: https://github.com/duckdb/duckdb/blob/v0.10.2/test/sql/copy/s3/hive_partitioned_write_s3.test_slow#L38.