Thijs
Thijs
Please make a reproducable example, I have extracted the following queries from your report, with those I can't reproduce the issue, please adjust where necessary ```sql statement ok CREATE TABLE...
You're also welcome to provide the db file if that's the only way you can make this reproducable.
Feel free to send it to me at [email protected], using something like wetransfer.com should work Note that I am making an exception this one time
> > Feel free to send it to me at [[email protected]](mailto:[email protected]), using something like wetransfer.com should work Note that I am making an exception this one time > > hi..I’m...
I received the file and can indeed reproduce the issue, but since the error occurs in decompression, there's too little information for us to work with. Please let us know...
`map_extract` should actually not return a LIST, the returned list is either empty or of size 1, which is kind of nonsense. I'm not sure if we want to make...
> @Tishj I thought the point of map_extract returning a list was to differentiate between a value being NULL and not present at all. Although I agree that it does...
Also, I'm not sure if it has an impact here, but there is a difference between struct extract and map extract in case-insensitivity struct keys are case-insensitive, map keys aren't,...
Yea I agree, but like I said that would break backwards compatibility, so it's a question if we want to do that. Right now we're in between, adding `map_extract_first` would...
I think this was fixed when was merged upstream