[ 
https://issues.apache.org/jira/browse/FLINK-19198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Lin updated FLINK-19198:
-----------------------------
    Description: 
The default value for `streaming-source.consume-start-offset` in Hive streaming 
is `1970-00-00`(see 
[docs]([https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/hive/hive_streaming.html#streaming-source-consume-start-offset])),
 which is not a valid date. 

It does not affect the current execution though, since it's converted to 
milliseconds afterward (which is. -2764800000), but still it's not a good 
default. We should change it to `1970-01-01`.

  was:
The default value for `streaming-source.consume-start-offset` in Hive streaming 
is `1970-00-00`(see 
[docs](https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/hive/hive_streaming.html#streaming-source-consume-start-offset)),
 which is not a valid date. 

It does not affect the current execution though, since it's converted to 
milliseconds afterward, but still it's not a good default. We should change it 
to `1970-01-01`.


> Invalid default value for consume-start-offset in Hive streaming
> ----------------------------------------------------------------
>
>                 Key: FLINK-19198
>                 URL: https://issues.apache.org/jira/browse/FLINK-19198
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Hive, Table SQL / API
>    Affects Versions: 1.11.1
>            Reporter: Paul Lin
>            Priority: Minor
>
> The default value for `streaming-source.consume-start-offset` in Hive 
> streaming is `1970-00-00`(see 
> [docs]([https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/hive/hive_streaming.html#streaming-source-consume-start-offset])),
>  which is not a valid date. 
> It does not affect the current execution though, since it's converted to 
> milliseconds afterward (which is. -2764800000), but still it's not a good 
> default. We should change it to `1970-01-01`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to