Closed petershaw closed 1 year ago
I'll add a fix to this to a PR I'm working on and @kelseymok can decide if it stays in.
@petershaw @tw-SeanLuckett https://github.com/data-derp/exercise-ev-databricks/commit/1c36cab7e5693d546126a4cad94c335470e5e692 fixed! Let me know if something looks weird still. Thanks for the catch!
On cmd 43 in the final charge time the
reservation_id
is incorrectly typed in the schema - should be an Integer instead. The solutions shows uses an IntegerType() already, but the schema is incorrectly a "string".I wonder if this is on purpose, or just a leftover/typo.