Paola Pardo

Results 73 comments of Paola Pardo

UPDATE: recent revision of the code evaluates that the `Weight` (corresponding to `qbeast_hash` **of the indexed columns**) should be computed in another way to stick to the randomness of the...

The release of Delta 1.2.0 is already published! You can read all the notes [here](https://github.com/delta-io/delta/releases). :eyes:

> > start versioning the format evolution. I guess the first one was 0.0.1 and now we use 0.0.2? > > We may not have that many format versions to...

1. On element count, unfortunately, we cannot assume that DeltaTable has stats, but it's a workaround for those cases. If no Stats.num_records is written, we could compute a count() for...

> **UPDATE** With the release of [Delta v1.2.0 ](https://github.com/delta-io/delta/releases), they include **support for data skipping using column statistics**. That means that **statistical information of the columns** is gathered in order...

I close it for now, I would reopen it once we finish #98

Related issues to this Operation are documented on #103 and #102. There are two ways in which we process Files without Qbeast Metadata: 1. Read. When we read the `DeltaLog`...

Looks good to me! I suggest to ignore codecov in this case. I will provide a test in another PR that satisfies the case of empty rows. Thank you.

> Could you please help me to understand how a patch in CubeId can decrease the code coverage in BlockWriter in the code which does not use CubeId directly. What...

Hello! I think this PR is ready to merge since everyone has tried the `SNAPSHOT` version and no major errors were raised. Please, @Adricu8 @eavilaes @Jiaweihu08 , when you have...