Skip to content

Conversation

@adriangb
Copy link
Contributor

Generated by Claude, but looks good to me :)

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 24, 2025
Comment on lines +125 to +135
However, if you were directly constructing `FileScanConfigBuilder` from a `FileScanConfig` (via the `From` trait) or accessing its internal fields, you may need to update your code.

**Before:**

```rust,ignore
let builder = FileScanConfigBuilder {
file_schema: my_schema,
table_partition_cols: partition_cols,
...
};
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a hallucination? Fields in FileScanConfigBuilder aren't public so users wouldn't be able to construct it manually

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup you're totally right, I thought they were hence making this PR. Seems like no breaking change :)

@adriangb adriangb closed this Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants