MaxNevermind commented on PR #1335: URL: https://github.com/apache/parquet-mr/pull/1335#issuecomment-2083177179
> Does it mean that we have to deal with unaligned blocks anyway if users do not want to pay for the pre-processing task? This new implementation requires blocks to be aligned yes. The gist snippet preparing it need to be updated btw, that one is for the previous version. I think this version strikes a good balance in terms of features vs implementation complexity, putting all the features as in previous version leads to a very complex implementation imo which I'm not sure is worth pursuing as it is mainly optimization for a pretty niche use-case, for regular use-cases you can just read write the whole thing, considering a niche use-case it is reasonable to assume for users to go extra mile and run that snippet and prepare the data in required way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
