Skip to content

Tags: linkedin/coral

Tags

v2.2.51

Toggle v2.2.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Calcite to preserve LATERALs in LATERAL UNNEST calls (#542)

* extract union on lateral outer join unit test

* bump calcite

* fix indent

* bump calcite to latest

* remove print

* remove unused

v2.2.50

Toggle v2.2.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.2.49

Toggle v2.2.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Always allow unquoted keywords as column names (#539)

* always allow unquote keywords as column names

* add comment + update unit test

v2.2.48

Toggle v2.2.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add EXTRACT_COLLECTION UDF to registry (#533)

v2.2.47

Toggle v2.2.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add ci/build and release-version badge (#531)

v2.2.46

Toggle v2.2.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Coral-Hive] Extend VersionedSqlUserDefinedFunction to support versio…

…n-specific function names (#508)

v2.2.45

Toggle v2.2.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Coral-Trino] Modify wrong Trino UDF name (#525)

v2.2.44

Toggle v2.2.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Coral-Trino] Map some UDFs to Trino UDF (#524)

v2.2.43

Toggle v2.2.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename `FallBackToLinkedInHiveUDFTransformer` to `HiveUDFTransformer` (

…#522)

* Rename FallBackToLinkedInHiveUDFTransformer to HiveUDFTransformer

* Spotless Apply

* Modify java doc

v2.2.42

Toggle v2.2.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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