-
Notifications
You must be signed in to change notification settings - Fork 141
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
[DOC] Configure the Spark metrics properties while creating a s3 Glue Connector #2504
Conversation
…ctor Signed-off-by: Louis Chu <[email protected]>
Signed-off-by: Louis Chu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2504 +/- ##
=========================================
Coverage 95.41% 95.41%
Complexity 5026 5026
=========================================
Files 483 483
Lines 14005 14005
Branches 944 944
=========================================
Hits 13363 13363
Misses 621 621
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Louis Chu <[email protected]>
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.
Thanks for the changes!
… Connector (#2504) * Configure the Spark metrics properties while creating a s3 Glue Connector Signed-off-by: Louis Chu <[email protected]> * Address comments from Vamsi Signed-off-by: Louis Chu <[email protected]> * Refactor the whole config section Signed-off-by: Louis Chu <[email protected]> --------- Signed-off-by: Louis Chu <[email protected]> (cherry picked from commit 4f54d46) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… Connector (#2504) (#2508) * Configure the Spark metrics properties while creating a s3 Glue Connector * Address comments from Vamsi * Refactor the whole config section --------- (cherry picked from commit 4f54d46) Signed-off-by: Louis Chu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
https://github.com/noCharger/sql/blob/patch-1/docs/user/interfaces/asyncqueryinterface.rst#required-spark-execution-engine-config-for-async-query-apis
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.