From issues-return-191159-archive-asf-public=cust-asf.ponee.io@flink.apache.org Thu Sep 27 14:29:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1318F18077F for ; Thu, 27 Sep 2018 14:29:02 +0200 (CEST) Received: (qmail 20731 invoked by uid 500); 27 Sep 2018 12:28:56 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 19539 invoked by uid 99); 27 Sep 2018 12:28:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2018 12:28:56 +0000 From: GitBox To: issues@flink.apache.org Subject: [GitHub] twalthr commented on a change in pull request #6741: [FLINK-9712][table, docs] Document processing time Temporal Table Joins Message-ID: <153805133548.2747.8879770063677183975.gitbox@gitbox.apache.org> Date: Thu, 27 Sep 2018 12:28:55 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit twalthr commented on a change in pull request #6741: [FLINK-9712][table,docs] Document processing time Temporal Table Joins URL: https://github.com/apache/flink/pull/6741#discussion_r220893052 ########## File path: docs/dev/table/streaming/temporal_tables.md ########## @@ -0,0 +1,263 @@ +--- +title: "Temporal Tables" +nav-parent_id: streaming_tableapi +nav-pos: 4 +--- + + +Temporal Tables represent a concept of a table that changes over time +and for which Flink keeps track of those changes. + +* This will be replaced by the TOC +{:toc} + +Motivation +---------- + +Lets assume that we have two following tables. Review comment: "Let's assume that we have the following two tables." ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services