-
Notifications
You must be signed in to change notification settings - Fork 437
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
[GLUTEN-7420][VL] Fix GCS configuration #7421
Conversation
@majetideepak can you please have a quick try following S3 configuration? I assume it may need to be fetched from scala side |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
@pratham76 Can you verify this fix again? It worked for me locally. |
Sure, will verify and update |
Run Gluten Clickhouse CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Have verified this change, GCS reads are working. Thanks @majetideepak |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@majetideepak, thanks for your fix!
What changes were proposed in this pull request?
We must directly set the gcs credential path in the config.
Add GCS configs to the backend config if present.
Fixes: #7420
How was this patch tested?
Tested locally.