Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: weiatwork/coral

Tags

v1.0.98

Toggle v1.0.98's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
coral-hive and coral-trino: Parse and unparse "INTERVAL '3' DAY" (lin…

…kedin#140)

* coral-hive and coral-trino: Parse and unparse "INTERVAL '3' DAY"

* Removed duplicate tests

* Added a test in for CoralSparkTest.java

* fixed casing

* Added more test cases including negative intervals and DAY TO SECOND and YEAR TO MONTH intervals

v1.0.97

Toggle v1.0.97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Coral-Schema: Add support for decimal type (linkedin#141)

* Coral-Schema: Add support for decimal type

* Modified the scale and precision

v1.0.96

Toggle v1.0.96's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve lateral view explode translation (linkedin#137)

v1.0.95

Toggle v1.0.95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set nullcollation value to low and align with hive (linkedin#139)

* Set nullcollation value to low and align with hive

* Add test case about nullcollation

Co-authored-by: huangxiaoping <[email protected]>

v1.0.94

Toggle v1.0.94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
coral-hive: handle t.* correctly (linkedin#136)

* coral-hive: handle t.* correctly

* Addressed review comments

* ./gradlew :coral-trino:spotlessApply

v1.0.93

Toggle v1.0.93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support some date calculation functions for hive2trino (linkedin#132)

v1.0.92

Toggle v1.0.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid duplicating visit(SqlCall) FuzzyUnionSqlRewriter (linkedin#135)

* Keep the testing utility(getFuzzyUnionView) in parity with real util method

* Instead of copying same method in super class, directly invoke it within com.linkedin.coral.hive.hive2rel.FuzzyUnionSqlRewriter#visit

v1.0.91

Toggle v1.0.91's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
coral-hive: added window function support (linkedin#131)

*

v1.0.90

Toggle v1.0.90's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fuzzy union to unions in and fix generic project issue in Coral…

…-Trino (linkedin#133)

v1.0.89

Toggle v1.0.89's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Parse map(k1,v1,k2,v2) from hive to trino (linkedin#99)