Discovery starting. Discovery completed in 2 seconds, 145 milliseconds. Run starting. Expected test count is: 1 SparkWritesToGlueSpec: Iceberg - should write to AWS Glue + Given table iceberg.ph_tempdb.sparkwritestogluespec does not exist + And bucket phbucketthatshouldreallynotexistyet had nothing under iceberg + When we execute: CREATE TABLE iceberg.ph_tempdb.sparkwritestogluespec ( id int, label String, partitionKey long, date Date, timestamp Timestamp ) + Then AWS Glue contains a table called SparkWritesToGlueSpec + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Run completed in 6 seconds, 701 milliseconds. Total number of tests run: 1 Suites: completed 2, aborted 0 Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 All tests passed.