wForget commented on code in PR #2929:
URL: https://github.com/apache/datafusion-comet/pull/2929#discussion_r2646406841
##########
spark/src/main/scala/org/apache/comet/serde/operator/CometDataWritingCommand.scala:
##########
@@ -52,8 +52,9 @@ object CometDataWritingCommand extends
CometOperatorSerde[DataWritingCommandExec
case cmd: InsertIntoHadoopFsRelationCommand =>
cmd.fileFormat match {
case _: ParquetFileFormat =>
- if (!cmd.outputPath.toString.startsWith("file:")) {
- return Unsupported(Some("Only local filesystem output paths are
supported"))
+ if (!cmd.outputPath.toString.startsWith("file:") &&
!cmd.outputPath.toString
+ .startsWith("hdfs:")) {
Review Comment:
hdfs-opendal can support more schemes, see: #2272
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]