ashwintumma23 commented on issue #17116: URL: https://github.com/apache/druid/issues/17116#issuecomment-2676093020
Hi @carltal, > I wouldn't be able to load that data as merchant_id is a BIGINT in our schema. Also it does not contain the all the columns in my schema. Would it be possible to load the data as a new data source itself, and then try to run the queries? > Also is there a way to export that data from Druid UI? Not sure if it would help entirely to debug, but to gain insights on how your data looks like, we can run a `SELECT * FROM` query, and then clicking on Export results as CSV on the right side. Example:  -- 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]
