gianm opened a new issue #6409: "Response header too large" on SQL responses with lots of columns URL: https://github.com/apache/incubator-druid/issues/6409 I did a SQL query with a few dozen columns and got "org.eclipse.jetty.http.BadMessageException: 500: Response header too large". I think it's because of the header that lists out what all the columns are, which was added in #6191. We need to rethink this before it's released in 0.13.0, since it is a regression since 0.12.x.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
