jackye1995 commented on pull request #1783:
URL: https://github.com/apache/iceberg/pull/1783#issuecomment-729900080
Why not do something like the following, which can make the whole thing more
backwards compatible:
```java
df.write.format("iceberg")
.mode("append")
.option("catalog-impl", "com.my.own.CatalogImpl")
.save("testing.foo")
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]