gabotechs commented on code in PR #23189:
URL: https://github.com/apache/datafusion/pull/23189#discussion_r3550913047
##########
datafusion/datasource/src/file_scan_config/mod.rs:
##########
Review Comment:
🤔 That's a good question. However, how would that work regarding
partitioning compatibility?
for example, `Partitioning::Value { .., method: Ahash0 }` is co-partitioned
with `Partitioning::Value { .., method: Ahash0 }`, but would
`Partitioning::Value { .., method: Column }` by co-partitioned with other
`Partitioning::Value { .., method: Column }`?
##########
datafusion/datasource/src/file_scan_config/mod.rs:
##########
Review Comment:
🤔 That's a good question. However, how would that work regarding
partitioning compatibility?
for example, `Partitioning::Value { .., method: Ahash0 }` is co-partitioned
with `Partitioning::Value { .., method: Ahash0 }`, but would
`Partitioning::Value { .., method: Column }` be co-partitioned with other
`Partitioning::Value { .., method: Column }`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]