You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Bowen Li (Jira)" <ji...@apache.org> on 2020/01/15 05:23:00 UTC

[jira] [Created] (FLINK-15593) add doc to remind users not using Hive aggregate functions in streaming mode

Bowen Li created FLINK-15593:
--------------------------------

             Summary: add doc to remind users not using Hive aggregate functions in streaming mode
                 Key: FLINK-15593
                 URL: https://issues.apache.org/jira/browse/FLINK-15593
             Project: Flink
          Issue Type: Task
          Components: Documentation
            Reporter: Bowen Li
            Assignee: Bowen Li
             Fix For: 1.10.0


Note that Hive scalar and table functions implementing UDF, GenericUDF, and GenericUDTF interfaces should be good to run in both 
streaming and batch mode in Flink.

Due to that Hive functions are all built for batch processing, aggregate functions in Hive that implement UDAF and GenericUDAFResolver2 
interfaces may have unpredictable behaviors when used in streaming mode in Flink. We advice users to only use Hive aggregate functions
interfaces in batch mode.



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