Is your feature request related to a problem or challenge?
The Project status section of the README lists CSV / JSON / Avro under "Data sources" as not-yet-supported. The Java bindings currently only expose registerParquet / readParquet, so any user with CSV input has to either shell out to DataFusion's Rust CLI or pre-convert files to Parquet.
Out of scope for this issue: tablePartitionCols, fileSortOrder, nullRegex, truncatedRows these don't have a Parquet analog yet on the Java side, and adding them would expand surface beyond what the issue scopes.
Is your feature request related to a problem or challenge?
The
Project statussection of the README lists CSV / JSON / Avro under "Data sources" as not-yet-supported. The Java bindings currently only exposeregisterParquet/readParquet, so any user with CSV input has to either shell out to DataFusion's Rust CLI or pre-convert files to Parquet.Out of scope for this issue:
tablePartitionCols,fileSortOrder,nullRegex,truncatedRowsthese don't have a Parquet analog yet on the Java side, and adding them would expand surface beyond what the issue scopes.