LadyForest commented on code in PR #20652:
URL: https://github.com/apache/flink/pull/20652#discussion_r1045944593
##########
flink-connectors/flink-connector-hbase-1.4/src/test/java/org/apache/flink/connector/hbase1/HBaseConnectorITCase.java:
##########
@@ -152,7 +152,7 @@ public void testTableSourceFieldOrder() {
tEnv.executeSql(
"CREATE TABLE hTable ("
- + " rowkey INT PRIMARY KEY,"
+ + " rowkey INT PRIMARY KEY NOT ENFORCED,"
Review Comment:
I'll open an issue ticket to track this.
https://issues.apache.org/jira/browse/FLINK-30386
--
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]