Skip to content
Snippets Groups Projects
  • Cheng Wang's avatar
    6830e90d
    [MINOR][DOC] Replace numTasks with numPartitions in programming guide · 6830e90d
    Cheng Wang authored
    In programming guide, `numTasks` is used in several places as arguments of Transformations. However, in code, `numPartitions` is used. In this fix, I replace `numTasks` with `numPartitions` in programming guide for consistency.
    
    Author: Cheng Wang <chengwang0511@gmail.com>
    
    Closes #18774 from polarke/replace-numtasks-with-numpartitions-in-doc.
    6830e90d
    History
    [MINOR][DOC] Replace numTasks with numPartitions in programming guide
    Cheng Wang authored
    In programming guide, `numTasks` is used in several places as arguments of Transformations. However, in code, `numPartitions` is used. In this fix, I replace `numTasks` with `numPartitions` in programming guide for consistency.
    
    Author: Cheng Wang <chengwang0511@gmail.com>
    
    Closes #18774 from polarke/replace-numtasks-with-numpartitions-in-doc.