You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/09/19 13:28:00 UTC

[jira] [Commented] (ARROW-17772) [Doc] Sphinx / reST markup error

    [ https://issues.apache.org/jira/browse/ARROW-17772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17606598#comment-17606598 ] 

Antoine Pitrou commented on ARROW-17772:
----------------------------------------

cc [~westonpace]

> [Doc] Sphinx / reST markup error
> --------------------------------
>
>                 Key: ARROW-17772
>                 URL: https://issues.apache.org/jira/browse/ARROW-17772
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Documentation
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> I got the following error when building the Sphinx docs:
> {code}
> /home/antoine/arrow/dev/docs/source/cpp/streaming_execution.rst:182: ERROR: "list-table" widths do not match the number of columns in table (3).
> .. list-table:: Substrait / Arrow Type Mapping
>    :widths: 25 25
>    :header-rows: 1
>    * - Substrait Type
>      - Arrow Type
>      - Caveat
>    * - boolean
>      - boolean
>      -
>    * - i8
>      - int8
>      -
>    * - i16
>      - int16
>      -
>    * - i16
>      - int16
>      -
>    * - i32
>      - int32
>      -
>    * - i64
>      - int64
>      -
>    * - fp32
>      - float32
>      -
>    * - fp64
>      - float64
>      -
>    * - string
>      - string
>      -
>    * - binary
>      - binary
>      -
>    * - timestamp
>      - timestamp<MICRO,"">
>      -
>    * - timestamp_tz
>      - timestamp<MICRO,"UTC">
>      -
>    * - date
>      - date32<DAY>
>      -
>    * - time
>      - time64<MICRO>
>      -
>    * - interval_year
>      -
>      - Not currently supported
>    * - interval_day
>      -
>      - Not currently supported
>    * - uuid
>      -
>      - Not currently supported
>    * - FIXEDCHAR<L>
>      -
>      - Not currently supported
>    * - VARCHAR<L>
>      -
>      - Not currently supported
>    * - FIXEDBINARY<L>
>      - fixed_size_binary<L>
>      -
>    * - DECIMAL<P,S>
>      - decimal128<P,S>
>      -
>    * - STRUCT<T1...TN>
>      - struct<T1...TN>
>      - Arrow struct fields will have no name (empty string)
>    * - NSTRUCT<N:T1...N:Tn>
>      -
>      - Not currently supported
>    * - LIST<T>
>      - list<T>
>      -
>    * - MAP<K,V>
>      - map<K,V>
>      - K must not be nullable
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)