Map
07/30/2021, 2:31 PMtrino:default> select count(*) from table1 group by MSGTIME limit 10;
Query 20210730_141801_00012_uani3, FAILED, 1 node
Splits: 51 total, 0 done (0.00%)
0.16 [0 rows, 0B] [0 rows/s, 0B/s]
Query 20210730_141801_00012_uani3 failed: Segment query returned '50001' rows per split, maximum allowed is '50000' rows. with query "SELECT MSGTIME FROM table1_REALTIME LIMIT 50001"
Ashhar Hasan
07/30/2021, 2:52 PMpinot.max-rows-per-split-for-segment-queries
to a higher value but note that it puts more work onto the Pinot brokers so be careful with it.Ashhar Hasan
07/30/2021, 2:53 PMMap
07/30/2021, 3:01 PMMap
07/30/2021, 3:01 PMMap
07/30/2021, 3:08 PMKishore G
Elon
07/30/2021, 4:29 PM