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

QuestDB: add types, seek to extend code to find issues in QuestDB #798

Closed
wants to merge 1 commit into from

Conversation

marregui
Copy link

@marregui marregui commented Jun 5, 2023

I have started playing with the QuestDB kit inside of SQLancer.
At present I am adding tests and I am trying to get my had around of the messages I get when I execute:

Main questdb

My goal is to improve this draft until I feel confident enough to make it into an official PR.

Any early feedback is appreciated.

Note: I will reformat the code at the end. At present I use intellij and it is configured as per QuestDB standards. I will make the code affected by this PR have the same style as the rest of the codebase.

@@ -35,11 +35,11 @@ private enum Action {

AUTOCOMMIT("autocommit", (r) -> 1, Scope.GLOBAL, Scope.SESSION), //
BIG_TABLES("big_tables", (r) -> Randomly.fromOptions("OFF", "ON"), Scope.GLOBAL, Scope.SESSION), //
COMPLETION_TYPE("completion_type", (r) -> Randomly.fromOptions("'NO_CHAIN'", "'CHAIN'", "'RELEASE'", 0, 1, 2),
COMPLETION_TYPE("completion_type", (r) -> Randomly.fromOptions("'NO_CHAIN'", "'CHAIN'", "'RELEASE'", "0", "1", "2"),
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the motivation for these changes? Any IDE warning or so?

Copy link
Author

Choose a reason for hiding this comment

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

hi! yes, warnings in intelliJ. I will resume with the PR soon, another priority kicked in :), you know how these things are.

@marregui marregui closed this by deleting the head repository Apr 11, 2024
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.

None yet

2 participants