[ https://issues.apache.org/jira/browse/FLINK-8850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395333#comment-16395333 ]
ASF GitHub Bot commented on FLINK-8850: --------------------------------------- GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/5683 [FLINK-8850] [sql-client] Add support for event-time in SQL Client ## What is the purpose of the change Adds support for event-time in SQL Client. A full end-to-end test should and will follow once we support event-time in the CSVTableSourceFactory. ## Brief change log - Added `time-characteristic` property - Fixed result de/serialization ## Verifying this change - Existing `DependencyTest` extended ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? yes - If yes, how is the feature documented? JavaDocs You can merge this pull request into a Git repository by running: $ git pull https://github.com/twalthr/flink FLINK-8850 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5683.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5683 ---- commit 0bcc462f39d8d4c3a6a75427aec43830f12a281e Author: Timo Walther <twalthr@...> Date: 2018-03-12T13:56:32Z [FLINK-8850] [sql-client] Add support for event-time in SQL Client ---- > SQL Client does not support Event-time > -------------------------------------- > > Key: FLINK-8850 > URL: https://issues.apache.org/jira/browse/FLINK-8850 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Affects Versions: 1.5.0 > Reporter: Fabian Hueske > Assignee: Timo Walther > Priority: Blocker > Fix For: 1.5.0 > > > The SQL client fails with an exception if a table includes a rowtime > attribute. -- This message was sent by Atlassian JIRA (v7.6.3#76005)