gianm commented on pull request #10905: URL: https://github.com/apache/druid/pull/10905#issuecomment-786089399
The test failures look legit. I'll need to look into it. ``` java.lang.RuntimeException: java.lang.RuntimeException: org.apache.druid.java.util.common.ISE: Error while querying[http://127.0.0.1:8888/druid/v2/sql/] status[500 Internal Server Error] content[{"error":"Unknown exception","errorMessage":"source #0 has no target in mapping [size=1, sourceCount=17, targetCount=1, elements=[1:0]]","errorClass":"org.apache.calcite.util.mapping.Mappings$NoElementException","host":null}] at org.apache.druid.tests.indexer.AbstractITBatchIndexTest.doIndexTestSqlTest(AbstractITBatchIndexTest.java:248) ~[test-classes/:?] at org.apache.druid.tests.indexer.ITSystemTableBatchIndexTaskTest.testIndexData(ITSystemTableBatchIndexTaskTest.java:46) ~[test-classes/:?] ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
