dcapwell commented on code in PR #2310:
URL: https://github.com/apache/cassandra/pull/2310#discussion_r1186553420


##########
test/unit/org/apache/cassandra/cql3/CQLTester.java:
##########
@@ -1357,46 +1357,55 @@ public UntypedResultSet executeView(String query, 
Object... values) throws Throw
         return executeFormattedQuery(formatViewQuery(KEYSPACE, query), values);
     }
 
+    protected boolean executeErrorDetailed = true;

Review Comment:
   I like having useful errors, just like we have for schema change!



##########
test/unit/org/apache/cassandra/cql3/CQLTester.java:
##########
@@ -1357,46 +1357,55 @@ public UntypedResultSet executeView(String query, 
Object... values) throws Throw
         return executeFormattedQuery(formatViewQuery(KEYSPACE, query), values);
     }
 
+    protected boolean executeErrorDetailed = true;

Review Comment:
   personal pref: I like having useful errors, just like we have for schema 
change!



-- 
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]

Reply via email to