RobertIndie commented on code in PR #222:
URL: https://github.com/apache/pulsar-client-cpp/pull/222#discussion_r1140976036
##########
tests/TableViewTest.cc:
##########
@@ -58,7 +58,7 @@ TEST(TableViewTest, testCreateTableView) {
// Test async create and close the client during the process.
Latch latch(1);
client.createTableViewAsync(
- topic, tableViewConfiguration, [&latch](Result result, const
TableView& tableView) {
+ topic, {.schemaInfo = schemaInfo}, [&latch](Result result, const
TableView& tableView) {
Review Comment:
Why is it flaky when using the incompatible schema? It should always fail
but it didn't,
--
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]