Skip to content
Snippets Groups Projects
  • chriskang90's avatar
    874cd66d
    [DOCS] Fix typo for Python section on unifying Kafka streams · 874cd66d
    chriskang90 authored
    1) kafkaStreams is a list.  The list should be unpacked when passing it into the streaming context union method, which accepts a variable number of streams.
    2) print() should be pprint() for pyspark.
    
    This contribution is my original work, and I license the work to the project under the project's open source license.
    
    Author: chriskang90 <jckang@uchicago.edu>
    
    Closes #9545 from c-kang/streaming_python_typo.
    874cd66d
    History
    [DOCS] Fix typo for Python section on unifying Kafka streams
    chriskang90 authored
    1) kafkaStreams is a list.  The list should be unpacked when passing it into the streaming context union method, which accepts a variable number of streams.
    2) print() should be pprint() for pyspark.
    
    This contribution is my original work, and I license the work to the project under the project's open source license.
    
    Author: chriskang90 <jckang@uchicago.edu>
    
    Closes #9545 from c-kang/streaming_python_typo.