cshuo commented on PR #12598:
URL: https://github.com/apache/hudi/pull/12598#issuecomment-2591558781

   > In the issue #12561, all fields (include pk and not null fields) are 
nullable when parquet file was clustered by spark row writer. If we just focus 
on nullability of pk field, I am worried that flink will still not be able to 
perform clustering on those files that have been clustered by spark row writer 
in the presence of NOT NULL constraints.
   
   Checked the #12561 again,  the scenario you mentioned is a problem. As we 
have already checked nullable schema can be used to read non-nullable schema 
data file, I'm ok to force all non-null fields being nullable for cluster 
reading. cc @danny0405 WDYT


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