I need to clarify that, whether singlestoredb supports data integration to ORCF files in HDFS environment. For plain csv files in HDS can be ingested to the singlestoredb but for ORC compressed data, we have error while running pipelines.
When we check the suuported formats documentation, ORC is not listed.
We don’t support pipelines from ORC. If you need to load those to SingleStore, consider converting them to another format, such as Parquet, then loading those using pipelines.
Dear hanson, thank you for your reply, we store those ORC files-data, in hadoop environment(ORC compressed tables) for big-data concept. I assume it is similar concept as files though. Does it make any sense ?