-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
fix broken in link in python docs #650
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
Thanks Andy - I've merged this. |
asfgit
pushed a commit
that referenced
this pull request
May 10, 2014
Author: Andy Konwinski <[email protected]> Closes #650 from andyk/python-docs-link-fix and squashes the following commits: a1f9d51 [Andy Konwinski] fix broken in link in python docs (cherry picked from commit c05d11b) Signed-off-by: Patrick Wendell <[email protected]>
pdeyhim
pushed a commit
to pdeyhim/spark-1
that referenced
this pull request
Jun 25, 2014
Author: Andy Konwinski <[email protected]> Closes apache#650 from andyk/python-docs-link-fix and squashes the following commits: a1f9d51 [Andy Konwinski] fix broken in link in python docs
agirish
pushed a commit
to HPEEzmeral/apache-spark
that referenced
this pull request
May 5, 2022
* Update package.scala (apache#650) * Update package.scala - We need to change the API access point to use `InputDStream` instead of `DirectKafkaInputDStream` since this is private, but it extends `InputDStream` - The same functionality is there and the same principles apply: We can commit offsets directly without the boilerplate code but as always, it can only be done on the original Stream and NOT in the transformations * Update package.scala * Branch 2.4.4 mapr offsets fix (apache#654) * Update package.scala - We need to change the API access point to use `InputDStream` instead of `DirectKafkaInputDStream` since this is private, but it extends `InputDStream` - The same functionality is there and the same principles apply: We can commit offsets directly without the boilerplate code but as always, it can only be done on the original Stream and NOT in the transformations * Update package.scala * Using InputDStream of ConsumerRecord Co-authored-by: Mikhail Gorbov <[email protected]> Co-authored-by: Nicolas A Perez <[email protected]> Co-authored-by: Mikhail Gorbov <[email protected]>
RolatZhang
pushed a commit
to RolatZhang/spark
that referenced
this pull request
Aug 18, 2023
) * Revert "Revert "KE-41874 Optimize Calcite plan to convert spark logical plan"" This reverts commit 59a9ba5. * Revert "Revert "[SPARK-41732][SQL][SS] Apply tree-pattern based pruning for the rule SessionWindowing"" This reverts commit b13a975. * Revert "Revert "[SPARK-39441][SQL] Speed up DeduplicateRelations"" This reverts commit 665dc0c. * Columns that support special characters
RolatZhang
pushed a commit
to RolatZhang/spark
that referenced
this pull request
Dec 8, 2023
) * Revert "Revert "KE-41874 Optimize Calcite plan to convert spark logical plan"" This reverts commit 59a9ba5. * Revert "Revert "[SPARK-41732][SQL][SS] Apply tree-pattern based pruning for the rule SessionWindowing"" This reverts commit b13a975. * Revert "Revert "[SPARK-39441][SQL] Speed up DeduplicateRelations"" This reverts commit 665dc0c. * Columns that support special characters
udaynpusa
pushed a commit
to mapr/spark
that referenced
this pull request
Jan 30, 2024
* Update package.scala (apache#650) * Update package.scala - We need to change the API access point to use `InputDStream` instead of `DirectKafkaInputDStream` since this is private, but it extends `InputDStream` - The same functionality is there and the same principles apply: We can commit offsets directly without the boilerplate code but as always, it can only be done on the original Stream and NOT in the transformations * Update package.scala * Branch 2.4.4 mapr offsets fix (apache#654) * Update package.scala - We need to change the API access point to use `InputDStream` instead of `DirectKafkaInputDStream` since this is private, but it extends `InputDStream` - The same functionality is there and the same principles apply: We can commit offsets directly without the boilerplate code but as always, it can only be done on the original Stream and NOT in the transformations * Update package.scala * Using InputDStream of ConsumerRecord Co-authored-by: Mikhail Gorbov <[email protected]> Co-authored-by: Nicolas A Perez <[email protected]> Co-authored-by: Mikhail Gorbov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.