Closed johanl-db closed 3 weeks ago
Follow on https://github.com/delta-io/delta/pull/3605
Adds more tests covering behavior for all ways of running insert with:
DeltaInsertIntoSchemaEvolutionSuite
DeltaInsertIntoImplicitCastSuite
DeltaInsertIntoColumnOrderSuite
Note: tests are spread across multiple suites as each test case covers 20 different ways to run inserts, quickly leading to large test suites.
This change includes improvements to DeltaInsertIntoTest:
DeltaInsertIntoTest
N/A: test only
Description
Follow on https://github.com/delta-io/delta/pull/3605
Adds more tests covering behavior for all ways of running insert with:
DeltaInsertIntoSchemaEvolutionSuite
DeltaInsertIntoImplicitCastSuite
DeltaInsertIntoColumnOrderSuite
Note: tests are spread across multiple suites as each test case covers 20 different ways to run inserts, quickly leading to large test suites.
This change includes improvements to
DeltaInsertIntoTest
:How was this patch tested?
N/A: test only