forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOTFIX: Fix compile error in TopicAdminTest (apache#8866)
Commit 9a4f00f changed the constructor of DescribeConfigsResponse. The build failed with the following error: ``` /home/chia7712/kafka/connect/runtime/src/test/java/org/apache/kafka/connect/util/TopicAdminTest.java:582: error: incompatible types: int cannot be converted to Struct return new DescribeConfigsResponse(1000, configs); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error ``` Reviewers: Boyang Chan <[email protected]>, Tom Bentley <[email protected]>, Konstantine Karantasis <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters