Ali Alsuliman created ASTERIXDB-2574:
----------------------------------------
Summary: Inconsistency in min() and max() with respect to
arrays/records
Key: ASTERIXDB-2574
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2574
Project: Apache AsterixDB
Issue Type: Bug
Components: FUN - Functions
Reporter: Ali Alsuliman
Assignee: Ali Alsuliman
min() and max() functions used on record/array fields sometimes throw an
exception and other times process input. That's because if the field type is
known the compiler will validate and check the field is numeric, string or
datetime. If the field type is not known (ANY), it would pass and the function
runtime would process the input data.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)