Closed alexjbush closed 5 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
waimak-core/src/main/scala/com/coxautodata/waimak/dataflow/DataFlow.scala | 0 | 1 | 0.0% | ||
waimak-impala/src/main/scala/com/coxautodata/waimak/metastore/ImpalaDBConnector.scala | 1 | 4 | 25.0% | ||
waimak-core/src/main/scala/com/coxautodata/waimak/metastore/MetastoreUtils.scala | 0 | 4 | 0.0% | ||
<!-- | Total: | 13 | 21 | 61.9% | --> |
Totals | |
---|---|
Change from base Build 461: | -0.5% |
Covered Lines: | 1181 |
Relevant Lines: | 1485 |
Description
This PR moves the force recreate tables flag in the HadoopDBConnector trait to a Waimak configuration option.
This PR also introduces the
foldLeftOver
on theDataFlow
trait to make it easier to fold over a collection type using a DataFlow as a zero-value.Fixes #65
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests