-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32481][CORE][SQL] Support truncate table to move data to trash #29387
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
Changes from 1 commit
58d957a
81101d9
502dd08
97d2146
a52e9a5
8848b3f
a2df53b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2729,6 +2729,7 @@ object SQLConf { | |
| "fs.trash.interval, and in default, the server side configuration value takes " + | ||
| "precedence over the client-side one. Note that if fs.trash.interval is non-positive, " + | ||
| "this will be a no-op and log a warning message.") | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just a question. Is the following still true?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, this is still true.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. This is because when |
||
| .version("3.1.0") | ||
| .booleanConf | ||
Udbhav30 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| .createWithDefault(false) | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.