steveloughran commented on PR #1139: URL: https://github.com/apache/parquet-mr/pull/1139#issuecomment-2031698659
tested across the different profiles, all good. i am seeing hadoop 3.4 mr test failures, but that happens on master too. One thing I do want to change now is actually propose changing the package name from vectorio to something more like "wrapped io" the reason for this is that in https://github.com/apache/hadoop/pull/6686 I'm adding an "easy use with reflection" wrapper to openFile(), making it easy to * pass down filestatus already collected (saves a HEAD on the stores) * pass in read policy as "vectored, random" Having a unified package for this stuff makes sense, and vectorio is too narrow? -- 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]
