-
Notifications
You must be signed in to change notification settings - Fork 250
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
Port to Spark 3 #302
base: master
Are you sure you want to change the base?
Port to Spark 3 #302
Conversation
thelabdude
commented
Jun 22, 2020
•
edited by kiranchitturi
Loading
edited by kiranchitturi
- Update to Scala 2.12
This reverts commit d823ba2.
Looking forward to Apache Solr team review this pull request and merge the code. |
Any news on this? This would be super helpful! |
Hello, Any news on this? This would also help me as well |
Any plans of merging this soon? |
logger.info(f"Fetched ${resultsIterator.getNumDocs} rows from shard $url for partition ${split.index}") | ||
} | ||
// TODO: Spark3 | ||
//context.addTaskCompletionListener { (context) => |
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.
it could be just rewritten as context.addTaskCompletionListener[Unit]
to avoid error about ambiguous reference
Any updates on this? We would really appreciate it if this is merged soon! |
It'd be great if this uplift could get merged in with a release! |