citus icon indicating copy to clipboard operation
citus copied to clipboard

Columnar table's option type mismatch?

Open japinli opened this issue 1 year ago • 0 comments

I find that ColumnarOptions declares stripeRowCount using uint64 type, however, the STRIPE_ROW_COUNT_MAXIMUM is defined 10000000, and the FormData_columnar_options declares stripe_row_limit using int32 type.

I'm curious why use uint64 for ColumnarOptions.stripeRowCount?

japinli avatar Jan 15 '24 02:01 japinli