-
Notifications
You must be signed in to change notification settings - Fork 12
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
Integration tests for deduplicate and groupby in bq pushdown #1159
base: develop
Are you sure you want to change the base?
Conversation
test for connection support in bq transformation pushdown
test for connection support in bq transformation pushdown
@@ -162,6 +162,7 @@ private void createProfile(String profileName) throws Exception { | |||
properties.add(ofProperty("stackdriverLoggingEnabled", "true")); | |||
properties.add(ofProperty("stackdriverMonitoringEnabled", "true")); | |||
properties.add(ofProperty("idleTTL", "60")); | |||
properties.add(ofProperty("imageVersion", "2.0.25-debian10")); |
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.
I don't think we should force any given image for Dataproc tests
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.
somehow this addition is from a previous commit, several commits are squashed in this one. I'll try to fix that
40d8a33
to
23046e0
Compare
No description provided.