AMashenkov commented on code in PR #6283:
URL: https://github.com/apache/ignite-3/pull/6283#discussion_r2221844753


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/TpcdsQueryPlannerTest.java:
##########
@@ -92,7 +93,7 @@ static String getQueryPlan(String queryId) {
 
     @SuppressWarnings("unused") // used reflectively by 
AbstractTpcQueryPlannerTest
     static void updateQueryPlan(String queryId, String newPlan) {
-        Path targetDirectory = null;
+        Path targetDirectory = 
Paths.get("/Users/korlov/projects/work/ignite-3/modules/sql-engine/src/test/resources/tpcds/plan");

Review Comment:
   ```suggestion
           Path targetDirectory = null;
   ```



-- 
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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to