Massimiliano Pizzotti

Results 13 comments of Massimiliano Pizzotti

probably this issue is related to the same issue reported [here](https://github.com/duckdb/duckdb/issues/11845) (issue 11845)

related to the same problem: I've created a DB file on databricks, using the databricks file system, and then i've copied the file inside Azure BLOB Storage. then, i've tried...

> Same as #4295 ? Technically Yes, But also I've noticed that every filter is removed to any possibile pushdown to file.

Hi @Tmonster, Thank you for investigating on the issue, I've run the query as suggested, importing the data on my local pc, with a sample size of 5%: ``` COPY(...

Hi @Tmonster, thanks again for the feedback, in merit to the following: > In your original post, there seems to be a case where the `File Filters` disappear when you...

Good Morning, regarding this query > select distinct(path)::BIGINT from read_parquet('azure:/*/*/*.parquet', hive_partitioning = true) i tried to run a simple distinct on the path, and i can confirm that the path...

to be included into this feature request [35](https://github.com/duckdb/ducklake/discussions/35)

Unfortunately, _at least in my case_, using the same file won't be possibile, because it would require creating locks on remote files on azure storage (which is not possibile, since...

same problem here, i've tried everything without success. note: version 2.10.1 works. i'm still getting an import error but is not blocking the build process.

I don't think the documentation is available for the order version (2.xx) as far as building goes, the documentation has remained the same between the 2 major versions.