You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does the mapping of [<key,partitionpath> -> fileGroupId ] changed after clustering ? the record may wrote to another filegroup?
clusting sort the columns, does it change the physical path of the record to different location which not a partition path by using inlinefs ?
does clustering work on full hudi table or we can choose some partitions?
why clustering ignore the file which size over the targetFileSize? if we ignore it, we should cost time for full scan this file.
when some file is compacting , does clutering scheduler will ignore these files , and then clustering running will still ignore these files whatever the file is compacted ?