luopuya opened a new issue #2839:
URL: https://github.com/apache/hudi/issues/2839


   How to produce:
   
   ```Scala
       dataFrame.write
         .format("org.apache.hudi")
         .option(HIVE_SKIP_RO_SUFFIX, true)
    ```
    
   It seems that it is not working.
   
   buildSyncConfig (in HoodieSparkSqlWriter) did not set skipROSuffix from 
parameters
   
https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala#L398
    
   


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


Reply via email to