VitoMakarevich commented on issue #10878: URL: https://github.com/apache/hudi/issues/10878#issuecomment-2007105692
0.13.x solves this, I mean it's writing files with a partition column but it does not cause an exception for `upsert` path. Unfortunately we cannot upgrade, so I'm asking for a workaround way: 1. Is it safe to change hoodie.datasource.write.drop.partition.columns from true to false? As far as I observed it looks to be working, but. 2. How it can be changed? Since changing it in write options does not help, because it's written into hoodie.properties file - if I change the contents of this file - it works this way: subsequent update appends partition column value, but only for changed rows, old remains with null. However, in the read path, old rows have this field populated(some magic). And once clustering is run - all rows have field populated. -- 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]
