Paola Pardo
Paola Pardo
After some discussion, we agreed that, if the DataFrame is empty, makes little sense to use AutoIndexing right away. The code should wait until some data is written to activate...
If you could provide any other necessary info regarding this enhancement would be great @Jiaweihu08 @cugni
More details about the implementation in #319 The idea is to have an interface such as: ```scala /** * A hook that can be run before a commit */ trait...
The idea of replication states that the offset of the cube would be removed as well, and A should be rewritten with the right amount of elements. It is true...
In the second example, the `QbeastCatalog` is missing as a secondary catalog, and I think that's the problem when trying to recognize the format. In the first one, I will...
I am not able to reproduce the error using a synthetic dataset in `main`. Need to: - Try with the original data that was written. - Test with the previous...
Cannot reproduce with version 0.7.0 :/ Will try with a subset of the original data.
Okei, this issue seems to be turning out far more complex than we initially thought. I'm still trying to reproduce the behavior locally with a small amount of data, but...
I've tested the solution proposed (`columnStats`), and the error does not show anymore. It fails due to a task killed when arriving at the DataWriter stage, but that is another...
What I am sure right now is that this issue should be close, and I would open another one with a better explanation.