MikeMccree commented on issue #10273:
URL: https://github.com/apache/hudi/issues/10273#issuecomment-1852522867
@ad1happy2go Something else interesting to note. If I manually create the DB
```
database_name = "michael_test"
# Create the database
spark.sql(f"CREATE DATABASE IF NOT EXISTS {database_name}")
```
The error disappears, but I am not seeing the tables and data being added to
the DB.
--
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]