Skip to content
Snippets Groups Projects
  • François Garillot's avatar
    439e3610
    [SPARK-9819][STREAMING][DOCUMENTATION] Clarify doc for invReduceFunc in... · 439e3610
    François Garillot authored
    [SPARK-9819][STREAMING][DOCUMENTATION] Clarify doc for invReduceFunc in incremental versions of reduceByWindow
    
    - that reduceFunc and invReduceFunc should be associative
    - that the intermediate result in iterated applications of inverseReduceFunc
      is its first argument
    
    Author: François Garillot <francois@garillot.net>
    
    Closes #8103 from huitseeker/issue/invReduceFuncDoc.
    439e3610
    History
    [SPARK-9819][STREAMING][DOCUMENTATION] Clarify doc for invReduceFunc in...
    François Garillot authored
    [SPARK-9819][STREAMING][DOCUMENTATION] Clarify doc for invReduceFunc in incremental versions of reduceByWindow
    
    - that reduceFunc and invReduceFunc should be associative
    - that the intermediate result in iterated applications of inverseReduceFunc
      is its first argument
    
    Author: François Garillot <francois@garillot.net>
    
    Closes #8103 from huitseeker/issue/invReduceFuncDoc.