Ken, Wang
Ken, Wang
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
# Which issue does this PR close? Closes #9 and #185. # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes?
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
Cleanup job/stage status from TaskManager and clean up shuffle data after a period after JobFinished
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...
PostgreSQL and SparkSQL support adding the FILTER clause to aggregate functions and this clause is quite useful when we want to count or sum specific records ```` SELECT SUM(age) FILTER...
PostgreSQL and SparkSQL support defining the windowing behavior in the WINDOW clause and then referenced in OVER. This is very useful if the same windowing behavior is wanted for several...