citus
citus copied to clipboard
Columnar table's option type mismatch?
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?