-
Notifications
You must be signed in to change notification settings - Fork 71
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
Aligns variable placeholder and float encoding with IR format specification #115
Conversation
@@ -131,12 +134,12 @@ QueryToken::QueryToken (const string& query_string, const size_t begin_pos, cons | |||
|
|||
if (!converts_to_non_dict_var) { | |||
// Dictionary variable | |||
m_type = Type::DictOrIntVar; | |||
m_type = Type::DictionaryVar; |
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.
This seems to be incorrect even at the first place? what if a wildcard is at the middle?
example: log = "INFO static text 12345" and the query string is "12*45"
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.
There are some remaining usages of the term double
that we could change to float
. E.g., convert_string_to_representable_double_var
References
Description
Use IR format for CLP message encoding and floating number
Validation performed
Compression ratio delta:
hadoop-24hrs. +0.5%
hadoop-30gb. < -0.01%
openstacks-24hr. -0.2%
spark. -0.3%
var-logs. -2%