dzzxjl opened a new issue, #10694: URL: https://github.com/apache/iceberg/issues/10694
### Query engine Flink ### Question The unit test for class TestFlinkIcebergSink cannot be executed. In IDEA, the default unit test command is: `:iceberg-flink:iceberg-flink-1.17:test --tests "org.apache.iceberg.flink.sink.TestFlinkIcebergSink.testWriteRowData[*]`. After I changed it to `:iceberg-flink:iceberg-flink-1.17:test --tests "org.apache.iceberg.flink.sink.TestFlinkIcebergSink.testWriteRowData`, it became executable. Why did this situation occur? Where should I modify this parameter?  -- 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]
