-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
[MINOR][TEST][DOC] Execute action miss name message #24466
Conversation
Test build #104929 has finished for PR 24466 at commit
|
retest this please |
Test build #104930 has finished for PR 24466 at commit
|
@@ -294,7 +294,7 @@ trait StreamTest extends QueryTest with SharedSQLContext with TimeLimits with Be | |||
/** Execute arbitrary code */ | |||
object Execute { | |||
def apply(name: String)(func: StreamExecution => Any): AssertOnQuery = | |||
AssertOnQuery(query => { func(query); true }, "name") | |||
AssertOnQuery(query => { func(query); true }, name) |
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.
CC @tdas for a double check but looks like a correct fix
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
Lgtm.
…On Fri, Apr 26, 2019, 12:38 PM Attila Zsolt Piros ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24466 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFB5LGU6YZY2YBCT74IYMLPSNKZZANCNFSM4HIS6CFA>
.
|
thanks, merging to master! |
## What changes were proposed in this pull request? some minor updates: - `Execute` action miss `name` message - typo in SS document - typo in SQLConf ## How was this patch tested? N/A Closes apache#24466 from uncleGen/minor-fix. Authored-by: uncleGen <hustyugm@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
## What changes were proposed in this pull request? some minor updates: - `Execute` action miss `name` message - typo in SS document - typo in SQLConf ## How was this patch tested? N/A Closes apache#24466 from uncleGen/minor-fix. Authored-by: uncleGen <hustyugm@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
What changes were proposed in this pull request?
some minor updates:
Execute
action missname
messageHow was this patch tested?
N/A