Skip to content

Commit

Permalink
apacheGH-2960: Changed time unit in QueryExecDataset from microsecond…
Browse files Browse the repository at this point in the history
…s to milliseconds.
  • Loading branch information
Aklakan committed Jan 19, 2025
1 parent e1c101e commit e061469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public QueryExecDatasetBuilder initialBinding(Binding binding) {

@Override
public QueryExecDatasetBuilder timeout(long timeout) {
return timeout(timeout, TimeUnit.MICROSECONDS);
return timeout(timeout, TimeUnit.MILLISECONDS);
}

@Override
Expand Down

0 comments on commit e061469

Please sign in to comment.