Fix client usage info on Explorer page (#2708)

This commit is contained in:
Kamil Kisiela 2023-08-04 17:30:42 +02:00 committed by GitHub
parent dc58882789
commit ba2c85e7d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -750,7 +750,7 @@ export class OperationsReader {
sql`( coordinate = ${args.typename} OR coordinate LIKE ${args.typename + '.%'} )`,
],
})}
GROUP BY co.hash, co.coordinate
GROUP BY co.hash
SETTINGS join_algorithm = 'parallel_hash'
`,
timeout: 15_000,