Skip to content
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

[VL] bug fix for S3 read #6313

Merged
merged 4 commits into from
Jul 3, 2024
Merged

[VL] bug fix for S3 read #6313

merged 4 commits into from
Jul 3, 2024

Conversation

FelixYBW
Copy link
Contributor

@FelixYBW FelixYBW commented Jul 2, 2024

Velox s3FileSystem use -1 as default file size. Gluten wrongly passed 0 if file size isn't gotten from Spark.

https://github.com/facebookincubator/velox/blob/f5bfd1eed38780597b3b13eff1370207f67f0838/velox/connectors/hive/storage_adapters/s3fs/S3FileSystem.cpp#L92

Copy link

github-actions bot commented Jul 2, 2024

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@FelixYBW FelixYBW changed the title [VL] bug fix for S3 read [VL] [DRAFT] bug fix for S3 read Jul 2, 2024
@FelixYBW FelixYBW changed the title [VL] [DRAFT] bug fix for S3 read [VL] bug fix for S3 read Jul 3, 2024
@FelixYBW
Copy link
Contributor Author

FelixYBW commented Jul 3, 2024

test passed

@FelixYBW FelixYBW merged commit 403be39 into apache:main Jul 3, 2024
8 checks passed
@FelixYBW FelixYBW deleted the bugfix_s3read branch July 3, 2024 01:37
@acvictor
Copy link
Contributor

acvictor commented Jul 8, 2024

Thank you @FelixYBW!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants