Skip to content

Commit 7be8767

Browse files
committed
fix ci.
1 parent bed3746 commit 7be8767

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

arrow-flight/src/sql/arrow.flight.protocol.sql.rs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-flight/src/sql/metadata/sql_info.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl SqlInfoName for u32 {
148148
/// * int32_to_int32_list_map: map<key: int32, value: list<$data$: int32>>
149149
/// * >
150150
/// ```
151-
///[flightsql]: (https://github.com/apache/arrow/blob/f9324b79bf4fc1ec7e97b32e3cce16e75ef0f5e3/format/FlightSql.proto#L32-L43
151+
///[flightsql]: https://github.com/apache/arrow/blob/f9324b79bf4fc1ec7e97b32e3cce16e75ef0f5e3/format/FlightSql.proto#L32-L43
152152
///[Union Spec]: https://arrow.apache.org/docs/format/Columnar.html#dense-union
153153
struct SqlInfoUnionBuilder {
154154
// Values for each child type
@@ -361,7 +361,7 @@ impl SqlInfoDataBuilder {
361361

362362
/// Encode the contents of this list according to the [FlightSQL spec]
363363
///
364-
/// [FlightSQL spec]: (https://github.com/apache/arrow/blob/f9324b79bf4fc1ec7e97b32e3cce16e75ef0f5e3/format/FlightSql.proto#L32-L43
364+
/// [FlightSQL spec]: https://github.com/apache/arrow/blob/f9324b79bf4fc1ec7e97b32e3cce16e75ef0f5e3/format/FlightSql.proto#L32-L43
365365
pub fn build(self) -> Result<SqlInfoData> {
366366
let mut name_builder = UInt32Builder::new();
367367
let mut value_builder = SqlInfoUnionBuilder::new();

0 commit comments

Comments
 (0)