danc opened a new issue, #16102: URL: https://github.com/apache/druid/issues/16102
Following this tuto : https://blog.hellmar-becker.de/2024/03/01/new-in-druid-29-exporting-query-results/ - exporting wikipedia data with the described procedure - reimporting the exported csv file via MSQ local import - the number of lines of the exported CSV 24454 is greater than the original wikipedia sample 24433 The reimported file via MSQ import https://druid.apache.org/docs/latest/tutorials/tutorial-msq-extern/ (difference of 21 lines has timestamps WHERE "__time" = TIMESTAMP '1970-01-01' and all other columns null (it corresponds to blank lines inserted in the exported csv file) The correct nb of lines 24433 is achieved via the batch classic import. (it probably ignores blank lines) MSQ CSV export should not export blank lines -- 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]
