JingsongLi commented on PR #199:
URL: 
https://github.com/apache/flink-table-store/pull/199#issuecomment-1175889238

   > I'd like to hide bucket keys from `FileStore`. We should handle them only 
in `FileStoreTable` so that `FileStoreScan` only needs to know the indices of 
the buckets to scan.
   
   I think bucket is a concept that FileStore already perceives
   - `KeyValueFileStoreScan` is only used to know that the bucket key must be 
in the key (it only senses Key and Value)
   - `AppendOnlyFileStoreScan` only needs to know that the bucket key must be 
in the Row
   
   Previously, we also discussed the concept of putting bucket writers' 
maintenance in the FileStore, theoretically Table level just wrap Row.


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