pvary commented on code in PR #15459:
URL: https://github.com/apache/iceberg/pull/15459#discussion_r2894963737
##########
flink/v2.1/flink/src/test/java/org/apache/iceberg/flink/TestFlinkTableSinkCompaction.java:
##########
@@ -144,9 +163,15 @@ public void testSQLCompactionE2e() throws Exception {
// Redirect the records from source table to destination table.
if (userSqlHint) {
- sql(
- "INSERT INTO %s /*+ OPTIONS(%s) */ SELECT id,data from sourceTable",
- TABLE_NAME, TABLE_PROPERTIES);
+ if (lockType.equals("jdbc")) {
Review Comment:
Could this be: `LockConfig.JdbcLockConfig.JDBC`?
--
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]