-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async file close and S3 upload (Good First Issue) #92
Comments
@hash-data i can take this if its still unassigned |
@mrmagicpotato007 sure you can take it. |
@hash-data my thought process is to use errgroup on array of parquetFiles. Am I on the right track? func processPartitionedFiles(p *Processor) error {
} |
@hash-data pls let me know your thoughts on this. |
@mrmagicpotato007 we have concurrent function in utils that can be utilized here. |
yes will use Concurrent func from utils . |
pr : #101 @hash-data can you review? |
will review it @mrmagicpotato007 |
construct full file path
olake/writers/parquet/parquet.go
Lines 233 to 238 in 1ed362e
This issue was generated by todo-issue based on a
TODO
comment in 1ed362e. It's been assigned to @hash-data because they committed the code.The text was updated successfully, but these errors were encountered: