Skip to content

Commit

Permalink
Fix get history scheduled tasks query (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Mar 7, 2022
1 parent 9cb3f5a commit 8103022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/persistence/cassandra/mutable_state_task_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const (
`and task_id > ? ` +
`and task_id <= ?`

templateGetHistoryScheduledTasksQuery = `SELECT timer, timer_encoding ` +
templateGetHistoryScheduledTasksQuery = `SELECT task_data, task_encoding ` +
`FROM executions ` +
`WHERE shard_id = ? ` +
`and type = ?` +
Expand Down

0 comments on commit 8103022

Please sign in to comment.