You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON reader currently concatenates data from all input sources before (optional) decompression and parsing.
This is not correct for compressed input files, as each file is compressed separately. #12285 disables multiple inputs for compressed data. read_json should decompress each input file before concatenating the decompressed data.
The text was updated successfully, but these errors were encountered:
JSON reader currently concatenates data from all input sources before (optional) decompression and parsing.
This is not correct for compressed input files, as each file is compressed separately.
#12285 disables multiple inputs for compressed data.
read_json
should decompress each input file before concatenating the decompressed data.The text was updated successfully, but these errors were encountered: