alamb commented on code in PR #19728:
URL: https://github.com/apache/datafusion/pull/19728#discussion_r2840826373
##########
datafusion-examples/examples/custom_data_source/default_column_values.rs:
##########
@@ -79,7 +79,7 @@ pub async fn default_column_values() -> Result<()> {
let mut buf = vec![];
let props = WriterProperties::builder()
- .set_max_row_group_size(2)
+ .set_max_row_group_row_count(Some(2))
Review Comment:
This configuration was renamed in
- https://github.com/apache/arrow-rs/pull/9357
--
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]