-
Notifications
You must be signed in to change notification settings - Fork 240
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
Correct 21.10 docs such as PCBS related FAQ [skip ci] #3815
Conversation
Correct some doc for 21.10
Add 21.10 release notes
Add more release notes for 21.10
Co-authored-by: Sameer Raheja <sameerz@users.noreply.github.com>
Co-authored-by: Nghia Truong <ttnghia@users.noreply.github.com>
@@ -287,13 +287,15 @@ AdaptiveSparkPlan isFinalPlan=false | |||
|
|||
### Are cache and persist supported? | |||
|
|||
Yes cache and persist are supported, but they are not GPU accelerated yet. We are working with | |||
the Spark community on changes that would allow us to accelerate compression when caching data. | |||
Yes cache and persist are supported, the cache is GPU accelerated |
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.
indentation is a little off here.
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.
@abellina i think the indentation is correct, right? I mean the indentation before "Yes" looks good to me.
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.
+1 to what @sameerz said. It's a minor nit, but it is an odd break in this line.
Yes cache and persist are supported, the cache is GPU accelerated | ||
but still stored on the host memory. | ||
Please refer to [RAPIDS Cache Serializer](./additional-functionality/cache-serializer.md) | ||
for more details. |
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.
@viadea I think abellina means the indenting for the text in the editor. Try the following:
Yes cache and persist are supported, the cache is GPU accelerated | |
but still stored on the host memory. | |
Please refer to [RAPIDS Cache Serializer](./additional-functionality/cache-serializer.md) | |
for more details. | |
Yes cache and persist are supported, the cache is GPU accelerated but still stored on the host | |
memory. Please refer to [RAPIDS Cache Serializer](./additional-functionality/cache-serializer.md) | |
for more details.``` |
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.
LGTM.
build |
Correct some doc for 21.10