Maksim Konstantinov

Results 11 comments of Maksim Konstantinov

+ skip skip lines: "| " + skip dependency if its already mentioned above Currently it's unreadable mess in comparison to maven's dependency:tree clean output. Output of this plugin is...

@wgtmac Can I ask do a preliminary review of the code? I've moved the logic from a new class to ParquetRewriter as was requested in email communication. So far I've...

@wgtmac Let me if you want me to implement your VerticalInputFile / HorizontalInputFile idea and what to do you see has left in this PR. Let me know what else...

@wgtmac Can you check out the comments I left please?

@wgtmac @ConeyLiu fyi Wanted to share an idea: we can use binary copy on the right side, do not do read-write for right columns, that is possible if the number...

@wgtmac Can you check this out? I need your opinion - If you see any problems with such a feature conceptually. Then I can polish the implementation. Right now there...

> What is your use case? We have a large base dataset which is split into multiple versions at the end of the flow. Those final datasets have majority of...

> I asked for `column ordering` because renaming and reordering may happen together in the case of schema evolution. We can support them in the future when needed. In case...

@wgtmac In general do you think this feature looks worth adding, no hard no-go traits in this feature? If yes, I will work on extending functionality to those overlapping cases...

@wgtmac I think I'm done with implementation, can you take a look?