We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b9ef4 commit ea3a4f2Copy full SHA for ea3a4f2
compose.yaml
@@ -515,8 +515,6 @@ services:
515
shm_size: *shm-size
516
cap_add:
517
- SYS_ADMIN
518
- devices:
519
- - "/dev/fuse:/dev/fuse"
520
security_opt:
521
- apparmor:unconfined
522
ulimits: *ulimits
cpp/src/arrow/flight/sql/odbc/install/unix/install_odbc.sh
@@ -47,13 +47,12 @@ case "$(uname)" in
47
*)
48
# macOS
49
USER_ODBCINST_FILE="$HOME/Library/ODBC/odbcinst.ini"
50
+ mkdir -p "$HOME"/Library/ODBC
51
;;
52
esac
53
54
DRIVER_NAME="Apache Arrow Flight SQL ODBC Driver"
55
-mkdir -p "$HOME"/Library/ODBC
56
-
57
touch "$USER_ODBCINST_FILE"
58
59
if grep -q "^\[$DRIVER_NAME\]" "$USER_ODBCINST_FILE"; then
0 commit comments