Skip to content

Commit

Permalink
Update pinot_visibility_store.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sankari165 committed May 21, 2024
1 parent 7638b95 commit 1b7a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/persistence/pinot/pinot_visibility_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func (v *pinotVisibilityStore) ListAllWorkflowExecutions(ctx context.Context, re

query, err := getListAllWorkflowExecutionsQuery(v.pinotClient.GetTableName(), request)
if err != nil {
v.logger.Error(fmt.Sprintf("failed to build list workflow executions by workflowID query %v", err))
v.logger.Error(fmt.Sprintf("failed to build list all workflow executions query %v", err))
return nil, err
}

Expand Down

0 comments on commit 1b7a194

Please sign in to comment.