akshatmardia commented on PR #17846: URL: https://github.com/apache/druid/pull/17846#issuecomment-2764690310
Thank you for the feedback I sort of overlooked some issues but I'll try to fix them. Apologies for that. When I try to run the `SegmentLoadStatusFetcherTest.java` test, I get `java: cannot find symbol` in class `sql/src/main/java/org/apache/druid/sql/calcite/planner/DruidPlanner.java` for the following imports: `import org.apache.druid.sql.calcite.parser.ParseException` `import org.apache.druid.sql.calcite.parser.Token` I found a replacement for `ParseException` but could not find anything for `Token`. Could you point me in the right direction with this please. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
