-
- Downloads
Look at effective-type in the UI (#15213)
* Look at effective-type in the UI still want to fall back to base_type if effective_type is not present. Our inference doesn't set effective_type at the moment as this change was super invasive and led to conflicts to other refactors at the time. In the future almost nothing except for query processors should care about base_type and only look at the (required) effective_type. * Check base and semantic (not base and effective) when no effective_type * Correct typo in isNumericBaseType was incorrectly checking effective_type instead of either effective or base
Please register or sign in to comment