yuribudilov opened a new issue #769: URL: https://github.com/apache/arrow-datafusion/issues/769
Hello My apologies for novice Arrow question. I am not able to compile the code sample due to missing "pretty" function in arrow util. Using Rust 1.53.0 Stable. Toml is: [package] name = "test_arrow" version = "0.1.0" edition = "2018" [dependencies] arrow = "5.0.0" datafusion = "4.0.0" tokio = "1.8.2" // compilation can not find this: use arrow::util::pretty::print_batches; // also this fails to compile: let pretty_results = arrow::util::pretty::pretty_format_batches(&results)?; Error: cannot find 'pretty' in util. What am I doing wrong please? thank you very much -- 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]
