kou commented on PR #46180:
URL: https://github.com/apache/arrow/pull/46180#issuecomment-2826024870
If we think that JSON means JSONL too, I think that we don't need to
distinguish `*FromJSON` and `arrow/json/`.
If we think that JSON doesn't mean JSONL, I think that renaming
`arrow/json/` to `arrow/jsonl/` (or renaming only `arrow::json::TableReader` to
`arrow::json::JSONLReader` and `arrow::json::StreamingReader` to
`arrow::json::JSONLStreamingReader` or something) is better than renaming
`*FromJSON` to something like `*FromJSON{Simple,Value,...}`. (BTW, is it really
difficult deprecating `arrow/json/` with keeping backward compatibility?)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]