trino
trino copied to clipboard
GroupByHashPageIndexerFactory#createPageIndexer shouldn't create a GroupByHashPageIndexer if there is only a single BIGINT type
There is no point in creating actual page indexer if page indexer input is already single BIGINT type and bucket numbers are constrained (e.g. limited number of buckets)
cc @gaurav8297 @raunaqmorarka