liuxiaocs7 commented on code in PR #7988:
URL: https://github.com/apache/hbase/pull/7988#discussion_r2999166210
##########
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestScan.java:
##########
@@ -254,6 +256,36 @@ public void testScanCopyConstructor() throws Exception {
"Make sure copy constructor adds all the fields in the copied object");
}
+ @Test(expected = IncompatibleFilterException.class)
Review Comment:
We need to use `assertThrows` here?
--
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]