Re: [PR] [python] Add row kind support for TableRead [paimon]
JingsongLi merged PR #7394: URL: https://github.com/apache/paimon/pull/7394 -- 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]
Re: [PR] [python] Add row kind support for TableRead [paimon]
JingsongLi commented on PR #7394: URL: https://github.com/apache/paimon/pull/7394#issuecomment-4040104321 +1 -- 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]
Re: [PR] [python] Add row kind support for TableRead [paimon]
JingsongLi commented on code in PR #7394: URL: https://github.com/apache/paimon/pull/7394#discussion_r2916053533 ## paimon-python/pypaimon/read/scanner/file_scanner.py: ## @@ -167,7 +168,10 @@ def __init__( manifest_scanner: Callable[[], List[ManifestFileMeta]], predicate: Optional[Predicate] = None, limit: Optional[int] = None, -vector_search: Optional['VectorSearch'] = None +vector_search: Optional['VectorSearch'] = None, +shard_index: Optional[int] = None, Review Comment: Who will use `shard_index` and `shard_count` and `bucket_filter`? -- 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]
Re: [PR] [python] Add row kind support for TableRead [paimon]
JingsongLi commented on code in PR #7394: URL: https://github.com/apache/paimon/pull/7394#discussion_r2916053533 ## paimon-python/pypaimon/read/scanner/file_scanner.py: ## @@ -167,7 +168,10 @@ def __init__( manifest_scanner: Callable[[], List[ManifestFileMeta]], predicate: Optional[Predicate] = None, limit: Optional[int] = None, -vector_search: Optional['VectorSearch'] = None +vector_search: Optional['VectorSearch'] = None, +shard_index: Optional[int] = None, Review Comment: Who will use `shard_index` and `shard_count` and `bucket_filter`? -- 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]
