jonvex commented on PR #7070: URL: https://github.com/apache/hudi/pull/7070#issuecomment-1297261400
I don't think it breaks the demo, but maybe it would be better to do something like ``` cat -n <nlines> batch_1 > new_location/batch_1 tail -n +<nlines> batch_1 > new_location/batch_2 cat batch_2 >> new_location/batch_2 ``` instead -- 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]
