You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the MAX of a column, we use NonScanBasedAggregationOperator to use the stored metadata. This produces a nullity error on non-numeric columns as these columns do not have a stored max value. Ideally, this should produce a more informative error that states this aforementioned reason.
The text was updated successfully, but these errors were encountered:
ashishjayamohan
changed the title
NPE When Querying MAX On Non-Numeric Column
Nullity Error When Querying MAX On Non-Numeric Column
Nov 14, 2024
When querying the
MAX
of a column, we useNonScanBasedAggregationOperator
to use the stored metadata. This produces a nullity error on non-numeric columns as these columns do not have a stored max value. Ideally, this should produce a more informative error that states this aforementioned reason.The text was updated successfully, but these errors were encountered: