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
At the moment main Spark version is 2.4.3 and Exasol JDBC version is 6.1.3. Similarly, the integration tests test against Exasol docker image version 6.1.3-d1. These dependencies should be updated to the latest versions.
Acceptance Criteria
Spark and Exasol versions are updated to 2.4.5 and 6.2.5 versions.
Other library and plugin dependencies are updated if there are new version available.
Ensure that everything works as expected.
The text was updated successfully, but these errors were encountered:
Updates main dependencies, Spark and Exasol, to the latest versions. In
this Spark version, the `INTERVAL YEAR TO MONTH` type is supported as an
Spark `StringType`.
Additionally, updates other dependencies and plugin versions to their
respective latest versions.
Adds separate dependency for the `MockitoSugar` from scalatest-plus
library.
Fixes#62.
Updates main dependencies, Spark and Exasol, to the latest versions. In
this Spark version, the `INTERVAL YEAR TO MONTH` type is supported as an
Spark `StringType`.
Additionally, updates other dependencies and plugin versions to their
respective latest versions.
Adds separate dependency for the `MockitoSugar` from scalatest-plus
library.
Fixes#62.
Situation
At the moment main Spark version is 2.4.3 and Exasol JDBC version is 6.1.3. Similarly, the integration tests test against Exasol docker image version 6.1.3-d1. These dependencies should be updated to the latest versions.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: