laimis commented on code in PR #821:
URL: https://github.com/apache/lucenenet/pull/821#discussion_r1165917117


##########
src/Lucene.Net.Benchmark/ByTask/Tasks/ReadTask.cs:
##########
@@ -61,6 +64,14 @@ protected ReadTask(PerfRunData runData) // LUCENENET: 
CA1012: Abstract types sho
             }
         }
 
+        // LUCENENET specific - added this constructor to allow subclasses to 
initialize it
+        // without having to call constructor that makes a virtual method call
+        protected ReadTask(PerfRunData runData, IQueryMaker queryMaker)

Review Comment:
   sounds good



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to