rahil-c opened a new issue, #17684:
URL: https://github.com/apache/hudi/issues/17684
### Task Description
Currently in HoodieSparkLanceWriter, our implementation for canWrite()
defaults to the following
```
public boolean canWrite() {
//TODO will need to implement proper way to compute this
return true;
}
```
This task is to track a proper implementation that checks to see if the file
has reached some threshold in size and if so should roll over the write to a
new file
### Task Type
Code improvement/refactoring
### Related Issues
**Parent feature issue:** (if applicable )
**Related issues:**
NOTE: Use `Relationships` button to add parent/blocking issues after issue
is created.
--
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]