Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
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