JiajunBernoulli commented on a change in pull request #2615:
URL: https://github.com/apache/calcite/pull/2615#discussion_r757753786
##########
File path: core/src/test/java/org/apache/calcite/test/TypeCoercionTest.java
##########
@@ -894,6 +894,13 @@ public MockCatalogReader init() {
t2.addColumn("t2_binary", binaryType);
t2.addColumn("t2_boolean", booleanType);
registerTable(t2);
+
+ final MockTable t3 =
+ MockTable.create(this, tSchema, "T3", false, 7.0, null);
+ t3.addColumn("t3_varchar20", varchar20Type);
+ t3.addColumn("t3_int", intType);
Review comment:
I'm worried that too **many columns** will affect everyone's reading, so
I only use **a few columns.** If you think it is more appropriate to use the
existing table, I can change it later.
--
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]