Gerrrr commented on issue #8719:
URL: https://github.com/apache/iceberg/issues/8719#issuecomment-1755752149

   `SELECT word, COUNT(*) FROM word_table GROUP BY word;` is the retract stream:
   
   ```
   Flink SQL> SELECT word, COUNT(*) FROM word_table GROUP BY word;
   +----+--------------------------------+----------------------+
   | op |                           word |               EXPR$1 |
   +----+--------------------------------+----------------------+
   | +I |                              6 |                    1 |
   | +I |                              8 |                    1 |
   | +I |                              f |                    1 |
   | +I |                              c |                    1 |
   | +I |                              b |                    1 |
   | -U |                              8 |                    1 |
   | +U |                              8 |                    2 |
   | +I |                              1 |                    1 |
   | +I |                              a |                    1 |
   | -U |                              8 |                    2 |
   | +U |                              8 |                    3 |
   | -U |                              6 |                    1 |
   | +U |                              6 |                    2 |
   | +I |                              9 |                    1 |
   | +I |                              e |                    1 |
   ```
   
   Can you please elaborate on what is missing @pvary ? 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to