marin-ma commented on code in PR #10477:
URL:
https://github.com/apache/incubator-gluten/pull/10477#discussion_r2281918943
##########
gluten-iceberg/src/main/scala/org/apache/gluten/execution/IcebergAppendDataExec.scala:
##########
@@ -44,7 +44,7 @@ trait IcebergAppendDataExec extends ColumnarAppendDataExec {
case FileFormat.ORC => config.getOrDefault(ORC_COMPRESSION,
ORC_COMPRESSION_DEFAULT)
case _ => throw new UnsupportedOperationException()
}
- if (codec == "UNCOMPRESSED") {
+ if (codec == "UNCOMPRESSED" || codec == "uncompressed") {
Review Comment:
use `toLowerCase` ?
--
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]