vogievetsky opened a new pull request, #15983: URL: https://github.com/apache/druid/pull/15983
Due to a fragility in `allowKeys` and the change introduced in https://github.com/apache/druid/pull/15858 the data loader now crashes if the incoming sample can not be parsed. (`undefined` value going into `allowKeys` causes crash). For repro try loading ``` {"__time":"2016-06-27T00:00:11.080Z","isRobot":"true","channel":"#sv.wikipedia","flags":"NB","isUnpatrolled":"false","page":"Salo Toraut","diffUrl":"https://sv.wikipedia.org/w/index.php?oldid=36099284&rcid=89369918","added":31,"comment":"Botskapande Indonesien omdirigering","commentLength":35,"isNew":"true","isMinor":"false","delta":31,"isAnonymous":"false","user":"Lsjbot","deltaBucket":0,"deleted":0,"namespace":"Main","cityName":null,"countryName":null,"regionIsoCode":null,"metroCode":null,"countryIsoCode":null,"regionName":null} ``` which will not parse due to the __time column -- 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]
