Gabor Szarnyas
Gabor Szarnyas
Hi @lpfy, thanks for raising this issue. As described in [this (quite well-hidden) comment](https://github.com/duckdb/duckdb/issues/11383#issuecomment-2064271279), updates on lists are implemented as as sequence of delete and insert operations, which can trigger...
Hi @djouallah, thanks for raising this issue. When trying to run the reproduction script, I get a `NotImplementedException`: ``` --------------------------------------------------------------------------- NotImplementedException Traceback (most recent call last) [](https://localhost:8080/#) in () 34...
Hi, I ran it and got a slightly different error. This may be traced to the same underlying issue so I'm marking this as reproduced and we'll take a look....
@guenp @soerenwolfers indeed this is related to #5703 and it no longer occurs in 0.10.2+. Thanks for the original report and the request for conformation!
Hi @AlexHelloWorld, thanks for reporting this issue. This is currently an expected restriction as `geomean(x)` is substituted with `exp(avg(ln(x))`. As a workaround, you can perform this operation manually by first...
Hi @Teggy, thanks for the report. This indeed contradicts the documentation's [Comparison of Enums](https://duckdb.org/docs/sql/data_types/enum#comparison-of-enums) section. We'll take a look.
Hi @Teggy sorry for the radio silence – we discussed this internally. Currently, this is expected behaviour as we want enums and varchar columns to behave identically so that we...
Hi @dforsber, thanks for raising this issue. The S3 bucket is set to private, so I get a 403 error - can you please share the `demo.duckdb` file with us?
Hi @kobusherbst, unfortunately, this issue is not reproducible without the data set. Let us know how you'd like to proceed.
@kobusherbst several transfer methods (e.g. wetransfer, s3 bucket) could work - please drop a line to [email protected]