comphead commented on code in PR #5298:
URL: https://github.com/apache/datafusion-comet/pull/5298#discussion_r3771169752
##########
spark/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -131,6 +131,16 @@ object CometConf extends ShimCometConf {
.booleanConf
.createWithDefault(false)
+ val COMET_ICEBERG_NATIVE_WRITE_ENABLED: ConfigEntry[Boolean] =
+ conf("spark.comet.write.iceberg.nativeAcceleration.enabled")
Review Comment:
reg to param name would be nice to be in sync with existing writer param name
```
conf("spark.comet.parquet.write.enabled")
```
--
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]