-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorrect parsing of aggregates in DB queries (#790)
* Incorrect parsing of aggregates in DB queries Fixes #786 DB uses `finalmerge_` as a prefix for final merge while Spark uses an empty prefix This PR is to replace the prefixes as follows: `finalmerge_`, `partial_`, `merge_` --------- Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
- Loading branch information
1 parent
649a356
commit ec5239e
Showing
2 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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