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
[SPARK-39604][SQL][TESTS] Add UT for DerbyDialect getCatalystType method
### What changes were proposed in this pull request?
Add complemented UT for DerbyDialect
### Why are the changes needed?
Add UT for existed key function.
If conversion from original data source to Spark data type is needed, the `getCatalystType` method will be added to specific ${data-source}Dialect class. It's needed to add UT for each of them. Currently, all *Dialect class has UT to cover the method except DerbyDialect.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Unit Test
Closes#36993 from Eugene-Mark/derby-catalyst-UT.
Authored-by: Eugene-Mark <eugene.ma.twenty@gmail.com>
Signed-off-by: Yuming Wang <yumwang@ebay.com>
0 commit comments