Maxwell-Guo commented on code in PR #4153: URL: https://github.com/apache/cassandra/pull/4153#discussion_r2167840315
########## test/unit/org/apache/cassandra/cql3/statements/TransactionStatementTest.java: ########## @@ -561,6 +561,55 @@ public void shouldRejectUpdateOnNonTransactionalTable() .hasMessageContaining(String.format(TRANSACTIONS_DISABLED_ON_TABLE_MESSAGE, "INSERT", "at [2:3]")); } + @Test + public void shouldRejectRowReferenceOnLHSExceptIsNullAndIsNotNull() Review Comment: nit: There are some spaces here at the end of the function, but I will fix them when I commit -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org