File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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 {
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
153153struct 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 ( ) ;
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ use prost::Message;
4545
4646mod gen {
4747 #![ allow( clippy:: all) ]
48+ #![ allow( rustdoc:: unportable_markdown) ]
4849 include ! ( "arrow.flight.protocol.sql.rs" ) ;
4950}
5051
You can’t perform that action at this time.
0 commit comments