Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-153] Fix incorrect quries after enabled Decimal #154

Merged
merged 12 commits into from
Mar 12, 2021

Conversation

xuechendi
Copy link
Collaborator

@xuechendi xuechendi commented Mar 11, 2021

For now, q32, q32, q39a, q54 should be fixed.
Q65 and Q69 may need to verify on partition dataset

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
…data

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
@github-actions
Copy link

#153

@xuechendi
Copy link
Collaborator Author

@rui-mo , I submitted this FIX, let's have a check

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
…data

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: Chendi Xue <chendi.xue@intel.com>
@github-actions
Copy link


@@ -889,7 +889,7 @@ static inline bool append(unsafeHashMap* hashMap, CType keyRow, int hashVal, cha
char* base = hashMap->bytesMap;
int klen = 0;
const int vlen = value_size;
const int recordLength = 4 + +klen + vlen + 4;
Copy link
Collaborator

Choose a reason for hiding this comment

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

odd, this seems didn't introduce any compile issue?

@github-actions
Copy link


@xuechendi
Copy link
Collaborator Author

ce59227 fixed Q54

@github-actions
Copy link


@zhouyuan zhouyuan merged commit ddbac40 into oap-project:master Mar 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants