Skip to content
Snippets Groups Projects
Commit 9299d071 authored by Jacek Laskowski's avatar Jacek Laskowski Committed by Xiao Li
Browse files

[SQL][MINOR] Fix for typo in Analyzer

## What changes were proposed in this pull request?

Fix for typo in Analyzer

## How was this patch tested?

local build

Author: Jacek Laskowski <jacek@japila.pl>

Closes #17409 from jaceklaskowski/analyzer-typo.
parent d9f4ce69
No related branches found
No related tags found
No related merge requests found
......@@ -2502,7 +2502,7 @@ object TimeWindowing extends Rule[LogicalPlan] {
substitutedPlan.withNewChildren(expandedPlan :: Nil)
} else if (windowExpressions.size > 1) {
p.failAnalysis("Multiple time window expressions would result in a cartesian product " +
"of rows, therefore they are not currently not supported.")
"of rows, therefore they are currently not supported.")
} else {
p // Return unchanged. Analyzer will throw exception later
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment