Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Upgrade the version of Presto we compare fuzzers in CI against …
…to 0.290 (facebookincubator#12096) Summary: Pull Request resolved: facebookincubator#12096 We currently run Aggregation, Window, and Writer fuzzers comparing against Presto in CI jobs. They run Presto at version 0.288. There are known compatibility issues with this older version, e.g. set_agg and set_union are disabled in AggregationFuzzer because of this. 0.290 appears to be the latest release from Presto and addresses these (we should be able to enable set_agg and set_union after this). I ran the Aggregation, Window, and Writer fuzzers against this version of Presto for an hour and didn't see issues. We also already run AggregationFuzzer against Presto trunk (or close to it) for every PR internally. Reviewed By: kgpai Differential Revision: D68280837 fbshipit-source-id: 74746306d5065d582dc822e5df3cc98e0bc441a0
- Loading branch information