Abhishek Agarwal
Abhishek Agarwal
@rangadi - Is there a workaround this problem? I wonder why the library does not check the set flag and write null value instead of default value. The same way...
If we can include the type name in the field, the conflict can be avoided. I can fix this if this solution sounds alright. Other suggestions are welcome as well.
Can this be reviewed/merged? It will make it easy to work with large schemas where potential of name collision is high.
I do like the `find` like approach as well. That's easier to understand. It might not be as powerful but I will happily trade that off with the ease of...
FWIW, I think it's best if the feature lets us read data folders that standard big data pipelines generate. Someone will likely ask for it soon enough if it's a...
@jasonk000 - can you look at these build failures?
Yeah. I was thinking if we can just make a special case of empty inline data. Since we would be returning an empty sequence anyway. @599166320 was also making some...
@paul-rogers - since you were reviewing that PR, can you take that PR to completion?
@gianm - but what piece of code does the sorting of inline data itself by the time column? I was thinking of limiting the size of inline data and then...
I can't spot the `sorting` operation in the runner. The data from physical segments are already sorted by time. That ordering is used to decide if the data needs to...