[ https://issues.apache.org/jira/browse/IGNITE-18966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maksim Zhuravkov updated IGNITE-18966: -------------------------------------- Description: 1. Calcite uses ANY type for the DEFAULT operator and introduction of custom data types caused a regression that broke that rule. 2. Nullable attribute is not correctly set for custom data types - it creates a custom data type with nullability = true when it should be false. 3. Update commonTypeForBinaryComparison to convert to/from custom data type in binary comparison operators. was: 1. Calcite uses ANY type for the DEFAULT operator and the introduction of a custom data type caused a regression that broke that rule. 2. Nullable attribute is not correctly set for custom data types - it creates a custom data type with nullability = true when it should be false. 3. Update commonTypeForBinaryComparison to convert to/from custom data type in binary comparison operators. > Sql. Custom data types. Fix least restrictive type and nullability. > ------------------------------------------------------------------- > > Key: IGNITE-18966 > URL: https://issues.apache.org/jira/browse/IGNITE-18966 > Project: Ignite > Issue Type: Bug > Components: sql > Reporter: Maksim Zhuravkov > Assignee: Maksim Zhuravkov > Priority: Minor > Labels: calcite2-required, calcite3-required, ignite-3 > Fix For: 3.0.0-beta2 > > > 1. Calcite uses ANY type for the DEFAULT operator and introduction of custom > data types caused a regression that broke that rule. > > 2. Nullable attribute is not correctly set for custom data types - it creates > a custom data type with nullability = true when it should be false. > 3. Update commonTypeForBinaryComparison to convert to/from custom data type > in binary comparison operators. -- This message was sent by Atlassian Jira (v8.20.10#820010)