Skip to content
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

Fix a returning type of unique_ptr<SetStatement> StatementGenerator::GenerateSet() #6

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

hmeriann
Copy link
Contributor

Copy link
Collaborator

@Tmonster Tmonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Looking at the CI failure, it seems there is another issue

/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/build/debug/_deps/sqlsmith_extension_fc-src/src/statement_generator.cpp:1204:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘duckdb::idx_t’ {aka ‘long unsigned int’} [-Wsign-compare]
 1204 |         for (int i = 0; i < length; ++i) {

Could you fix that in this PR as well?

…ness: ‘int’ and ‘duckdb::idx_t’ {aka ‘long unsigned int’}
@hmeriann hmeriann requested a review from Tmonster June 27, 2024 12:17
Copy link
Collaborator

@Tmonster Tmonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Tmonster Tmonster merged commit 399ded5 into duckdb:main Jun 27, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants