You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekrb19 (via GitHub)" <gi...@apache.org> on 2023/02/21 00:53:36 UTC

[GitHub] [druid] abhishekrb19 commented on pull request #13826: Add `ANSI_QUOTES` mode to DBI init in lookups.

abhishekrb19 commented on PR #13826:
URL: https://github.com/apache/druid/pull/13826#issuecomment-1437714556

   Static checks - Intellij inspections is failing unrelated to this change (I see similar failures on other open PRs):
   ```
   Error:  processing/src/main/java/org/apache/druid/data/input/FirehoseFactory.java:90 -- Method is never used as a member of this interface, but only as a member of the implementation class(es). The project will stay compilable if the method is removed from the interface.
   Error:  processing/src/main/java/org/apache/druid/data/input/InputFormat.java:62 -- Method is never used.
   Error:  processing/src/main/java/org/apache/druid/data/input/FirehoseFactoryToInputSourceAdaptor.java:48 -- Method is never used.
   Error:  processing/src/main/java/org/apache/druid/java/util/http/client/HttpClientProxyConfig.java:43 -- Constructor is never used.
   Error:  processing/src/main/java/org/apache/druid/java/util/http/client/response/FullResponseHolder.java:52 -- Method is never used as a member of this abstract&nbsp;class, but only as a member of the implementation class(es). The project will stay compilable if the method is removed from the abstract&nbsp;class.
   ```
   Also, the IT seems to be flaky - I will try to re-run this failed job to see if it succeeds:
   ```
   Error:    ITCombiningFirehoseFactoryIndexTest.testIndexData:98->AbstractIndexerTest.lambda$unloader$0:71->AbstractIndexerTest.unloadAndKillData:85 » ISE Error while making request to indexer [404 Not Found No task reports were found for this task. The task may not exist, or it may not have completed yet.]
   Error:    ITIndexerTest.testIndexData:134->AbstractIndexerTest.lambda$unloader$0:71->AbstractIndexerTest.unloadAndKillData:85 » ISE Error while making request to indexer [404 Not Found No task reports were found for this task. The task may not exist, or it may not have completed yet.]
   Error:    ITIndexerTest.testIndexDataAwaitSegmentAvailabilityFailsButTaskSucceeds:315->AbstractIndexerTest.lambda$unloader$0:71->AbstractIndexerTest.unloadAndKillData:85 » ISE Error while making request to indexer [404 Not Found No task reports were found for this task. The task may not exist, or it may not have completed yet.]
   ```


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org