Skip to content
  • Kevin Conor's avatar
    fdf63f12
    [SPARK-8339] [PYSPARK] integer division for python 3 · fdf63f12
    Kevin Conor authored
    Itertools islice requires an integer for the stop argument.  Switching to integer division here prevents a ValueError when vs is evaluated above.
    
    davies
    
    This is my original work, and I license it to the project.
    
    Author: Kevin Conor <kevin@discoverybayconsulting.com>
    
    Closes #6794 from kconor/kconor-patch-1 and squashes the following commits:
    
    da5e700 [Kevin Conor] Integer division for batch size
    fdf63f12
    [SPARK-8339] [PYSPARK] integer division for python 3
    Kevin Conor authored
    Itertools islice requires an integer for the stop argument.  Switching to integer division here prevents a ValueError when vs is evaluated above.
    
    davies
    
    This is my original work, and I license it to the project.
    
    Author: Kevin Conor <kevin@discoverybayconsulting.com>
    
    Closes #6794 from kconor/kconor-patch-1 and squashes the following commits:
    
    da5e700 [Kevin Conor] Integer division for batch size
Loading