Details
-
New Feature
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
There are at least a couple reasons why this doesn't work yet:
- Type inference. Returning a List seems to work okay because we preserve the return element type [1], but taking a List as an input doesn't work because we lose the parameters' element type(s) [2].
- The current matching logic rejects the Calcite ARRAY operator. We can probably make it less strict. [3]
Attachments
Issue Links
- is cloned by
-
BEAM-12108 Support STRUCT type in BeamJavaUdfCalcRule.
- Open
- links to