Skip to content
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

Bump version.netty from 4.1.42.Final to 4.1.45.Final #1006

Merged
merged 2 commits into from
Feb 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Current
- [Fix_OR_logic_for_presto_support](https://github.com/yahoo/fili/pull/999 and https://github.com/yahoo/fili/pull/1002)
* We use to split the filter clause by ` AND `and then cast each field to varchar before comparison. Add split or ` OR ` as well to support Presto better
* Add support to use of `()` in the filter clause
### Fixed:
- [Fix contains filter behavior](https://github.com/yahoo/fili/pull/998)
* When there is a Contains filter applied to a non-cached dimension, it will be translated into a `SearchFilter` instead of `SelectorFilter`.

- [Fix Presto query on filtering](https://github.com/yahoo/fili/pull/995)
* When translating from sql query to Presto query, there is no type information available for table columns. To make filtering `WHERE` clauses works in Presto, cast coulmns to varchar before comparing
- [`MetricUnionAvailability` properly defensively copies availability map](https://github.com/yahoo/fili/pull/997)
* `MetricUnionAvailability` previously did not create a defensive copy of the `availabilitiesToMetricNames` parameter. This has been fixed.
- [Upgrades to netty 4.1.42.45.Final to address CVE-2019-20444 and CVE-2019-20445](https://github.com/yahoo/fili/pull/1006)

### Added:
- [Add COUNT(\*) support in fili-sql](https://github.com/yahoo/fili/pull/992)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<version.metrics>3.2.2</version.metrics>
<version.logback>1.2.3</version.logback>
<version.lucene>7.5.0</version.lucene>
<version.netty>4.1.42.Final</version.netty>
<version.netty>4.1.45.Final</version.netty>
<version.jetty>9.4.20.v20190813</version.jetty>

<version.lombok>1.18.8</version.lombok>
Expand Down