AMashenkov commented on code in PR #9753:
URL: https://github.com/apache/ignite/pull/9753#discussion_r921926297


##########
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GridLuceneDirectory.java:
##########
@@ -42,12 +46,24 @@
  * A memory-resident {@link Directory} implementation.
  */
 public class GridLuceneDirectory extends BaseDirectory implements Accountable {
+
+    /**
+     * Constant for efficient list -> array transfromation
+     */
+    public static final String[] STRINGS = new String[0];
+

Review Comment:
   ```suggestion
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to