Github user twalthr commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4488#discussion_r132974743
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/StreamTableSourceScan.scala
 ---
    @@ -46,29 +47,29 @@ class StreamTableSourceScan(
         val fieldNames = TableEnvironment.getFieldNames(tableSource).toList
         val fieldTypes = 
TableEnvironment.getFieldTypes(tableSource.getReturnType).toList
     
    -    val fieldCnt = fieldNames.length
    +    val fields = fieldNames.zip(fieldTypes)
     
    -    val rowtime = tableSource match {
    +    val withRowtime = tableSource match {
           case timeSource: DefinedRowtimeAttribute if 
timeSource.getRowtimeAttribute != null =>
    --- End diff --
    
    Can you open an issue for this? We can discuss this after merging this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to