File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ impl SqlInfoName for u32 {
148
148
/// * int32_to_int32_list_map: map<key: int32, value: list<$data$: int32>>
149
149
/// * >
150
150
/// ```
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
152
152
///[Union Spec]: https://arrow.apache.org/docs/format/Columnar.html#dense-union
153
153
struct SqlInfoUnionBuilder {
154
154
// Values for each child type
@@ -361,7 +361,7 @@ impl SqlInfoDataBuilder {
361
361
362
362
/// Encode the contents of this list according to the [FlightSQL spec]
363
363
///
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
365
365
pub fn build ( self ) -> Result < SqlInfoData > {
366
366
let mut name_builder = UInt32Builder :: new ( ) ;
367
367
let mut value_builder = SqlInfoUnionBuilder :: new ( ) ;
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ use prost::Message;
45
45
46
46
mod gen {
47
47
#![ allow( clippy:: all) ]
48
+ #![ allow( rustdoc:: unportable_markdown) ]
48
49
include ! ( "arrow.flight.protocol.sql.rs" ) ;
49
50
}
50
51
You can’t perform that action at this time.
0 commit comments