This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from c5fb60535e Move generate_series projection logic into LazyMemoryStream
(#18373)
add 2d5c101943 Consolidate flight examples (#18142) (#18442)
No new revisions were added by this update.
Summary of changes:
datafusion-examples/Cargo.toml | 12 ---
datafusion-examples/README.md | 4 +-
.../flight/{flight_client.rs => client.rs} | 3 +-
datafusion-examples/examples/flight/main.rs | 94 ++++++++++++++++++++++
.../flight/{flight_server.rs => server.rs} | 3 +-
.../flight/{flight_sql_server.rs => sql_server.rs} | 3 +-
6 files changed, 99 insertions(+), 20 deletions(-)
rename datafusion-examples/examples/flight/{flight_client.rs => client.rs}
(97%)
create mode 100644 datafusion-examples/examples/flight/main.rs
rename datafusion-examples/examples/flight/{flight_server.rs => server.rs}
(99%)
rename datafusion-examples/examples/flight/{flight_sql_server.rs =>
sql_server.rs} (99%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]