Skip to content

errore nel percorso di demo ksql_materialized-view #13

Description

@emanueledellavalle

nel percorso di demo nel tutorial su ksql_materialized-view verso la fine si cheide di

INSERT INTO calls (name, reason, duration_seconds) VALUES ("derek", "help", 2727);

aspettandosi che

+---------+-------------------+------------+
|NAME     |DISTINCT_REASONS   |LAST_REASON |
+---------+-------------------+------------+
|derek    |4                  |help        |

ma non può succedere che DISTINCT_REASONS diventi 4 perchè ci sono solo tre ragioni distinte e aggiugendo help il 3 resta 3. Giustamente, invece cambia l'ultima ragione da refund a help

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions