-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2024-03-04
-
35
For instance, applyBoolBinOp assumes that the two BoolBlock arguments are dense and would fail if the number of non-Nothing values are different among the two inputs; if the number and position is identical, it creates an output result with less entries of the input ones; if they are in different positions, the boolean values are matched against a random other value
- is depended on by
-
SERVER-83008 Add support for block-enabled type-checking functions
- Closed