Hello all, I'm writing some examples to understand the execution plan(more exactly RelNode) of Calcite Streaming, and meet the error 'Streaming aggregation requires at least one monotonic expression in GROUP BY clause' with GROUP-BY. Can anybody share an Java example on how to declare a column monotonic in a StreamableTable? And, can I disable this check rule?
Thank you! -- ---- Mingmin