Commit a2ce461
### Rationale for this change
When executing `05-binary-upload.sh` the process failed because the `Apache-Arrow-Flight-SQL-ODBC-*-win64.msi` isn't present.
The process changed and now `dev/release/07-flightsqlodbc-upload.sh` will download the following unsigned file:
[arrow_flight_sql_odbc_unsigned.dll](https://github.com/apache/arrow/releases/download/untagged-f0e9f29aea11207ee944/arrow_flight_sql_odbc_unsigned.dll) from the GitHub release, sign and generated the `Apache-Arrow-Flight-SQL-ODBC-*-win64.msi` file.
### What changes are included in this PR?
Remove trying to download and sign from steps 04 and 05 the ODBC driver msi.
### Are these changes tested?
No
### Are there any user-facing changes?
No
* GitHub Issue: #50360
Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 43e2bbe commit a2ce461
2 files changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 111 | | |
117 | 112 | | |
118 | 113 | | |
| |||
0 commit comments