adriangb commented on PR #19136:
URL: https://github.com/apache/datafusion/pull/19136#issuecomment-3649635660
Maybe as a followup: I think there's an opportunity to refactor into a
public function along the lines of:
```rust
pub fn infer_static_columns_from_file(file: &PartitionedFile, schema:
&Schema) -> HashMap<String, ScalarValue> { ... }
```
That can be used by other `FileSource` implementations.
--
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]