danny0405 commented on a change in pull request #1855: [CALCITE-3855] Supports 
snapshot on table with virtual columns during…
URL: https://github.com/apache/calcite/pull/1855#discussion_r391476299
 
 

 ##########
 File path: 
core/src/test/java/org/apache/calcite/test/catalog/VirtualColumnsExpressionFactory.java
 ##########
 @@ -32,4 +36,17 @@
       return super.generationStrategy(table, iColumn);
     }
   }
+
+  @Override public RexNode newColumnDefaultValue(
+      RelOptTable table, int iColumn, InitializerContext context) {
+    if(iColumn == 4) {
 
 Review comment:
   Yep, thanks for the reminder ~

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to