Eugene-Mark opened a new pull request, #36993:
URL: https://github.com/apache/spark/pull/36993
### 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}Dialects
class, need to add UT for each of them. Currently, all *Dialect class has UT to
cover the method instead of DerbyDialect.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Unit Test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]