spark-rapids
spark-rapids copied to clipboard
[FEA] Support oci:// as a cloud based filesystem
Is your feature request related to a problem? Please describe.
I wish the RAPIDS Accelerator for Apache Spark would recognize the Oracle OCI filesystem for cloud reading, including it in spark.rapids.cloudSchemes
Describe the solution you'd like Reading a file from oci:// automatically sets spark.rapids.sql.format.{fileformat}.reader.type to MULTITHREADED as with other cloud schemes.
Describe alternatives you've considered Ask users on OCI to manually set spark.rapids.sql.format.{fileformat}.reader.type to MULTITHREADED
Additional context