Skip to content

Commit

Permalink
[hotfix][doc] Fix temporal_tables correlate with a changing dimension…
Browse files Browse the repository at this point in the history
… table section
  • Loading branch information
libenchao committed Jul 10, 2020
1 parent ee65377 commit 1b2d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/table/streaming/temporal_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In Flink, this is represented by a [*Temporal Table Function*](#temporal-table-f

On the other hand, some use cases require to join a changing dimension table which is an external database table.

Let's assume that `LatestRates` is a table (e.g. stored in) which is materialized with the latest rate. The `LatestRates` is the materialized history `RatesHistory`. Then the content of `LatestRates` table at time `10:58` will be:
Let's assume that `LatestRates` is a table (e.g. stored in HBase) which is materialized with the latest rate. The `LatestRates` is the materialized history `RatesHistory`. Then the content of `LatestRates` table at time `10:58` will be:

{% highlight text %}
10:58> SELECT * FROM LatestRates;
Expand Down

0 comments on commit 1b2d1c7

Please sign in to comment.