While running a query in Panther, the following error appears:
FailedQuery('status: failed error: maximum row size exceeded, please select specific columns to reduce row size')
To resolve this error, select fewer columns or parts of a column. For example try removing one column at a time and re-run your query until that error doesn't populate anymore. You can also select a specific part of a column by using the following format:
SELECT column1, column:column_parameter_you_want FROM ...
That error means that the size of the row was too big. Panther sets the max row size to 2M