Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update docs to better explain limitations of Dataset support #6010

Merged
merged 2 commits into from
Jul 19, 2022

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Jul 18, 2022

This fixes #5621

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added the documentation Improvements or additions to documentation label Jul 18, 2022
@revans2 revans2 added this to the Jul 11 - Jul 22 milestone Jul 18, 2022
@revans2 revans2 self-assigned this Jul 18, 2022
@revans2
Copy link
Collaborator Author

revans2 commented Jul 18, 2022

build

docs/FAQ.md Outdated
Comment on lines 92 to 93
or ones that take Scala or Java functions to operate. This includes operators like `flatmap`, `foreach`,
or `foreachpartition`. Such queries will still execute correctly when
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, flatmap -> flatMap, foreachpartition -> foreachPartition

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. I fixed them. Please take another look.

@revans2
Copy link
Collaborator Author

revans2 commented Jul 18, 2022

build

@revans2 revans2 merged commit 94b1263 into NVIDIA:branch-22.08 Jul 19, 2022
@revans2 revans2 deleted the dataset_docs_update branch July 19, 2022 16:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Clarify Dataset[Row] support
3 participants