datafusion-comet
datafusion-comet copied to clipboard
Implement native parsing of JSON files
What is the problem the feature request solves?
We can probably accelerate reading of JSON files by continuing to use JVM Spark to read bytes from disk but then parse the JSON in native code.
Describe the potential solution
No response
Additional context
No response