vanliu-tx commented on issue #1092:
URL: https://github.com/apache/iceberg/issues/1092#issuecomment-638564827
thanks @rdblue , I added this line to
org.apache.iceberg.hive.TestHiveMetastore#newHiveConf() and it worked.
```
newHiveConf.set(HiveConf.ConfVars.METASTORE_TRY_DIRECT_SQL.varname,
"false");
+ newHiveConf.set("hive.metastore.disallow.incompatible.col.type.changes",
"false");
newHiveConf.set("iceberg.hive.client-pool-size", "2");
```
I think we should update the test cases to cover this issue, what's your
opinion? If you think so, I can do that.
----------------------------------------------------------------
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]