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
Register "passthrough" UDFs with correct ordinal return type (#541)
* register spark groot udf with correct return type
* test showcase
* extend + refactor unit test
---------
Co-authored-by: Limian Zhang <[email protected]>
[Coral-Schema] Fix incorrect type derivation for repeated field refer…
…ence on UDF calls (#510)
* fix field reference bug in coral schema
* bring back override tag
* address nits