Hey guys,

I am in the process of upgrading the go (golang) avatica driver to support Calcite/Avatica 1.8.0.

I noticed that the protobuf definitions deprecated max_row_count in favor of max_rows_total.

I also noticed that if I do not include max_rows_total in a Prepare or PrepareAndExecute request, the server will still accept the request.

In the event that max_rows_total is not provided, what is the default value/behavior assigned by the server?

Cheers,

Francis

Reply via email to