alamb commented on code in PR #6835:
URL: https://github.com/apache/arrow-rs/pull/6835#discussion_r1887614901


##########
parquet/examples/write_parquet.rs:
##########
@@ -97,8 +97,7 @@ fn main() -> Result<()> {
     let file = File::create(args.path).unwrap();
     let mut writer = ParquetWriter::try_new(file, schema.clone(), 
Some(properties))?;
 
-    let mut system =
-        
System::new_with_specifics(RefreshKind::new().with_memory(MemoryRefreshKind::everything()));
+    let mut system = System::new_with_specifics(RefreshKind::everything());

Review Comment:
   I had to update the API usage in this PR to match the new API in sysinfp
   
   



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to