gemini icon indicating copy to clipboard operation
gemini copied to clipboard

`genMultiplePartitionQuery` makes tokens to stuck in in-flights forever

Open dkropachev opened this issue 2 years ago • 0 comments

It does not report token back, and therefore token could not be released

	return &Stmt{
		Query:     builder,
		Values:    values,
		Types:     typs,
		QueryType: SelectStatementType,
	}

dkropachev avatar May 10 '23 09:05 dkropachev