You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Right now basic and bearer auth can not be used at the same time. So we serve an instance with one, then kill it, then serve an instance with another. An alternative, perhaps simpler option, would be configuring the ports used - but this would come at the cost of a more annoying local dev experience as you have to remember to keep updating the ports.
297
+
- name: Start FlightSQL Server with Basic Auth
297
298
run: |
298
-
cargo r --features=flightsql -- serve-flightsql --config data/configs/flightsql_basic.toml &
Copy file name to clipboardExpand all lines: crates/datafusion-app/Cargo.toml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ edition = "2021"
3
3
name = "datafusion-app"
4
4
version = "0.1.0"
5
5
6
+
# Leaving Hudi and Iceberg around in case traction on those picks up. It would be better if I just remove them from main and create PRs with the diff - maybe ill get around to that.
0 commit comments