-
Notifications
You must be signed in to change notification settings - Fork 131
samples: Bit Reversed Sequence support #2559
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
Conversation
|
||
/** Integration tests for DML Returning samples for GoogleStandardSql dialect. */ | ||
@RunWith(JUnit4.class) | ||
public class SequenceSampleIT extends SampleTestBase { |
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.
If it's not too much effort, can we have a single integration test and parameterise it for PG/Google SQL dialects. If no, can you add what are the differences in the way both dialects are tested?
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.
Thanks for the suggestion. I've now parameterized the tests. Please take a look.
No description provided.