chenjunjiedada commented on a change in pull request #696: [spark-3]Fix build 
issue and one import issue
URL: https://github.com/apache/incubator-iceberg/pull/696#discussion_r356998193
 
 

 ##########
 File path: 
spark/src/main/java/org/apache/iceberg/spark/source/SparkWriteBuilder.java
 ##########
 @@ -164,10 +164,10 @@ private void validatePartitionTransforms(PartitionSpec 
spec) {
     }
   }
 
-  private boolean checkNullability(CaseInsensitiveStringMap options) {
+  private boolean checkNullability(CaseInsensitiveStringMap opts) {
 
 Review comment:
   There is a member variable named options, the style checker reports "hidden 
variable" things if we use the same variable name here.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to