-
Notifications
You must be signed in to change notification settings - Fork 16
Tickets/dm 13960 #395
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
Closed
Closed
Tickets/dm 13960 #395
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ration, thread-safe implementation of the ChunkInventory, implemented a simple worker-side handler for echo requests
…e, added a demo application which tests if versions of the Gpoogle Protobuf headers and libraries match
…late code into function standardModule. This should simplify module-level SConscript file, and it will also make them more robust
extedended main SConscript to support building executables of C++ cod…
…ration, thread-safe implementation of the ChunkInventory, implemented a simple worker-side handler for echo requests
…ration to use the resource monitor before attempting chunk group removal, code refactoring
…the client-side classes for comunications with Qseerv worker services, added a command line tool for comunications with Qseerv worker services
…ch, minor code refactoring
…rs, minor schema migration of the worker database to allow modifications to the metadata tables on the worker side, relevant changes to the WMGR service and the schema migration support
…atabase operations in ChunInventory, better error detection in the worker implementation of the chunk manipulaiton commands
fix FunctionArgsCBH to create many ValueExprs each with a ValueFactor, instead of a single ValueExpr with many ValueFactors. add >, <, and <> support in BinaryComparisonPredicateAdapter add Uid handling in SelectColumnElementAdapter
add support for scalar function call
…6_selectAs.sql allow decimal numbers to not have a number after the decimal, e.g. "1."
some fixme tests do pass, this seems reasonable. some fail queries do not fail as expected; e.g. they DO create a select statement from the antlr(2) parser, but the antlr4 parser does fail. For these it is probably worth fixing the antlr4 parser. TBD what to do in the cases where the antlr4 parser generates a select statement but it's invalid.
make all calls to parent with shared_ptr pass by const reference fix ordering of const declaration to be e.g. "string const &"
at the ConstantAdapter level, it can not be determined if the ValueFactor should be type e.g. CONST or a column reference. Make handleConstant take a string (instead of a ValueFactor) and let the handler (which has more context) create the correct kind of ValueFactor.
instead of equality of sql query string output
Contributor
Author
|
merged via antlr4 integration branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.