CrudSpec: A Delta table - should be created and populated + Given a table created with SQL CREATE TABLE CrudSpec ( id int, label String, partitionKey long, date Date, timestamp Timestamp ) USING DELTA + When we write 20 rows to CrudSpec + Then the table indeed contains all the data + And the metastore contains a reference to the table CrudSpec + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Run completed in 42 seconds, 645 milliseconds. Total number of tests run: 4 Suites: completed 3, aborted 0 Tests: succeeded 4, failed 0, canceled 0, ignored 0, pending 0 All tests passed.