shidayang commented on code in PR #46:
URL:
https://github.com/apache/incubator-paimon-trino/pull/46#discussion_r1424801500
##########
paimon-trino-common/src/test/java/org/apache/paimon/trino/TestTrinoITCase.java:
##########
@@ -130,6 +130,23 @@ protected QueryRunner createQueryRunner() throws Exception
{
commit.commit(0, writer.prepareCommit(true, 0));
}
+ {
+ Path tablePath = new Path(warehouse, "default.db/empty_t");
Review Comment:
To add a test table, we need to adapt the test cases for testCreateTable,
testDropTable, and testRenameTable.
--
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]