Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: restrict lines=True to JSON format in Kafka read_gdf method (#…
…17333) This pull request modifies the read_gdf method in kafka.py to pass the lines parameter only when the message_format is "json". This prevents lines from being passed to other formats (e.g., CSV, Avro, ORC, Parquet), which do not support this parameter. Authors: - Hirota Akio (https://github.com/a-hirota) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #17333
- Loading branch information