YannByron commented on issue #4429:
URL: https://github.com/apache/hudi/issues/4429#issuecomment-1002676758


   @vingov 
   I can't reproduce this with Hudi 0.10.0 and Spark 3.1.2.
   
   
![image](https://user-images.githubusercontent.com/10036681/147683058-f8cacbf2-9546-42fd-9666-5e9d33a6d069.png)
   
   And according to the exception above (Line 39 in 
`CreateHoodieTableAsSelectCommand`), i don't think it's from hudi 0.10.0 
version. Can you check this?
   
   ```
   java.lang.NoSuchMethodError: 
'org.apache.spark.sql.catalyst.expressions.AttributeSet 
org.apache.spark.sql.catalyst.plans.logical.Command.producedAttributes$(org.apache.spark.sql.catalyst.plans.logical.Command)'
        at 
org.apache.spark.sql.hudi.command.CreateHoodieTableAsSelectCommand.producedAttributes(CreateHoodieTableAsSelectCommand.scala:39)
   ```


-- 
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]


Reply via email to