We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cde15f commit 372bb62Copy full SHA for 372bb62
backend/pkg/server/internal/service/xatu_cbt/admin_cbt.go
@@ -155,7 +155,7 @@ FROM (
155
table,
156
min(%s) AS min_position,
157
max(%s) + argMax(%s, %s) AS max_position_end
158
- FROM %s.admin_cbt FINAL
+ FROM %s.admin_cbt_incremental FINAL
159
WHERE (database, table) IN (%s)
160
GROUP BY database, table
161
)`,
0 commit comments