Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-17772

[Doc] Sphinx / reST markup error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • C++, Documentation
    • None

    Description

      I got the following error when building the Sphinx docs:

      /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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            apitrou Antoine Pitrou
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: