jonvex opened a new pull request, #7070:
URL: https://github.com/apache/hudi/pull/7070
### Change Logs
The record key is "{stock name}_{date} {hour}". We have the data from
9:30-10:29 in batch_1 and batch_2 contains data from 10:30-10:59. This means
that no new records are introduced, and therefore, only updates occur when
ingesting batch_2. This makes validation of the data take too long for our
testing.
Solution is to move the data from 10:00-10:29 into batch_2 so that we will
have updates and inserts in both files
### Impact
Better for testing. No impact anywhere else.
### Risk level (write none, low medium or high below)
none
### Documentation Update
No update required
### Contributor's checklist
- [ ] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed
--
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]