Skip to content

Commit

Permalink
Merge branch 'integration' into task/protobuf-version-java
Browse files Browse the repository at this point in the history
  • Loading branch information
avgAGB authored Dec 22, 2024
2 parents 36d3442 + 1b968ba commit a3ed460
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ public void copyFrom(GenericQueryConfiguration other) {
this.setEndDate(other.getEndDate());
this.setMaxWork(other.getMaxWork());
this.setQueries(other.getQueries());
this.setQueriesIter(other.getQueriesIter());
// copying the query iterators can cause issues if the query is running.
// this.setQueriesIter(other.getQueriesIter());
this.setQueryString(other.getQueryString());
this.setTableName(other.getTableName());
this.setReduceResults(other.isReduceResults());
Expand Down

0 comments on commit a3ed460

Please sign in to comment.