guillesd

Results 70 comments of guillesd

Hi @alexanderhupfer @ededovic unfortunately we have seen that there are several limitations regarding the DuckDB MySQL connector that are limiting for the DuckDB Ducklake extension. We have placed a warning...

Potentially related to this https://github.com/duckdb/duckdb/issues/19552 I'm gonna tag this as needs a reproducer but let's see if this is fixed for 1.4.2

Could you provide the reproducer then? I understand what you say and if we decide to open the possibility of merging files with different schemas we will need a nice...

I can't reproduce this. Are you sure those get requests are from this query? `SELECT DISTINCT(crawl) FROM commoncrawl.view;`?

You haven't really specified that the table is partitioned after creation (via `ALTER TABLE`, so when you add the files no partition metadata is saved).

What I meant is that you are not partitioning the table https://ducklake.select/docs/stable/duckdb/advanced_features/partitioning However this doesn't matter because right now we don't seem to be supporting adding partition value information from...

Yes I agree @chaegordon ! Although this issue is a bit missleading I think the point should be --> partition metadata should be populated on `ducklake_add_data_files`

We will at some point expose something, maybe with some existing syntax like `SUMMARIZE`. I think tweaking path of actual `SELECT` queries is not a great option. For now you...

hi @macraesdirtysocks! I think this is a mistake on my side, since the SQL dump backup managed by DuckDB should be between postgres databases rather than a postgres db and...

I added a warning to the page. I think the problem generally with the COPY command is that it doesn't handle edge cases pretty well. That is why we also...