rdblue commented on a change in pull request #1: URL: https://github.com/apache/iceberg-docs/pull/1#discussion_r763195072
########## File path: asciinema/schema_evolution.py ########## @@ -0,0 +1,53 @@ +from generate_asciinema_cast import Cast + +sequence = [ + ( + "ALTER TABLE taxis ADD COLUMN fare_per_distance_unit float AFTER trip_distance;", + "Time taken: 0.671 seconds", + ), + ( + "DESCRIBE TABLE nyc.taxis;", + """VendorID string +tpep_pickup_datetime string Review comment: I think this is to avoid indentation in the cast -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org