rameshreddy-adutla opened a new pull request, #15513: URL: https://github.com/apache/iceberg/pull/15513
## Summary Fixes #15509 The Spark quickstart guide instructs users to create the table `demo.nyc.taxis` without first creating the `nyc` database, which causes failures for new users following the guide. ## Changes Added a `CREATE DATABASE IF NOT EXISTS demo.nyc` step (for SparkSQL, Spark-Shell, and PySpark) before the `CREATE TABLE` command in the quickstart guide. ## Testing - Verified the markdown renders correctly with the tabbed format - The `CREATE DATABASE IF NOT EXISTS` command is idempotent and safe -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
