-
Notifications
You must be signed in to change notification settings - Fork 372
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
Issue 207: Add Sentinels support for spark-redis library #245
base: master
Are you sure you want to change the base?
Conversation
@gkorland @fe2s Please check this PR, also jedis version updated to 3.3.0 as in 3.2.0 there is a critical auth issue redis/jedis#2154 |
* @param schema Current schema | ||
* @param requiredColumns Column positions expecting by Catalyst | ||
*/ | ||
def alignSchemaWithCatalyst(schema: StructType, requiredColumns: Seq[String]): StructType = { |
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.
Looks like these changes are not related to Sentinels support. Could you please create a separate PR for that?
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.
Added another PR #252
This reverts commit b66a30c
any updates on this? |
Adding sentinel support. This is working solution, we badly needed sentinels for our use case. WIth this fix its working in our organization