jhorcicka opened a new pull request #251: URL: https://github.com/apache/metamodel/pull/251
Fixes https://issues.apache.org/jira/browse/METAMODEL-1236. This PR fixes following operations in Elasticsearch: - new FilterItem(new SelectItem(column), OperatorType.EQUALS_TO, null) - new FilterItem(new SelectItem(column), OperatorType.DIFFERENT_FROM, null) - new FilterItem(new SelectItem(column), OperatorType.EQUALS_TO, "") - new FilterItem(new SelectItem(column), OperatorType.DIFFERENT_FROM, "") ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org