You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flink Jira Bot (Jira)" <ji...@apache.org> on 2022/01/07 22:40:00 UTC

[jira] [Updated] (FLINK-5156) Consolidate streaming FieldAccessor functionality

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

Flink Jira Bot updated FLINK-5156:
----------------------------------
      Labels: auto-deprioritized-major auto-deprioritized-minor  (was: auto-deprioritized-major stale-minor)
    Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any updates so it is being deprioritized. If this ticket is actually Minor, please raise the priority and ask a committer to assign you the issue or revive the public discussion.


> Consolidate streaming FieldAccessor functionality
> -------------------------------------------------
>
>                 Key: FLINK-5156
>                 URL: https://issues.apache.org/jira/browse/FLINK-5156
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: API / DataSet, API / DataStream, API / Type Serialization System
>            Reporter: Márton Balassi
>            Priority: Not a Priority
>              Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> The streaming FieldAccessors (keyedStream.keyBy(...)) have slightly different semantics compared to their batch counterparts. 
> Currently the streaming ones allow selecting a field within an array (which might be dangerous as the array typeinfo does not contain the length of the array, thus leading to a potential index out of bounds) and accept not only "*", but also "0" to select a whole type.
> This functionality should be either removed or documented. The latter can be achieved by effectively reverting [1]. Note that said commit was squashed before merging.
> [1] https://github.com/mbalassi/flink/commit/237f07eb113508703c980b14587d66970e7f6251



--
This message was sent by Atlassian Jira
(v8.20.1#820001)