Skip to content

Commit

Permalink
do it for qrep, not xmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 29, 2024
1 parent 55eb84b commit c96b1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mirrors/create/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export const handleCreateQRep = async (
}

if (
!xmin &&
config.writeMode?.writeType != QRepWriteType.QREP_WRITE_MODE_OVERWRITE &&
!(query.includes('{{.start}}') && query.includes('{{.end}}'))
) {
Expand Down

0 comments on commit c96b1bb

Please sign in to comment.