-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-3824][SQL] Sets in-memory table default storage level to MEMORY_AND_DISK #2686
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
Conversation
|
QA tests have started for PR 2686 at commit
|
|
QA tests have finished for PR 2686 at commit
|
|
Test FAILed. |
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.
10GB exceeds Int.MaxValue, too big for FileChannel.map().
|
QA tests have started for PR 2686 at commit
|
|
QA tests have started for PR 2686 at commit
|
|
QA tests have finished for PR 2686 at commit
|
|
Test PASSed. |
|
QA tests have finished for PR 2686 at commit
|
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.
nit: remove space before .
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.
Thanks, done.
|
Test FAILed. |
|
QA tests have started for PR 2686 at commit
|
|
QA tests have finished for PR 2686 at commit
|
|
Can one of the admins verify this patch? |
|
ok to test |
|
QA tests have started for PR 2686 at commit
|
|
QA tests have finished for PR 2686 at commit
|
|
QA tests have started for PR 2686 at commit
|
|
Thanks! Merged to master. |
|
QA tests have finished for PR 2686 at commit
|
Using
MEMORY_AND_DISKas default storage level for in-memory table caching. Due to the in-memory columnar representation, recomputing an in-memory cached table partitions can be very expensive.