coderappee opened a new pull request, #7359: URL: https://github.com/apache/inlong/pull/7359
Fix the ungraceful util tool import classes of Lists/Maps ### Prepare a Pull Request - Fixes https://github.com/apache/inlong/issues/7358 ### Motivation Use gracefull util tool class import for the full project ### Modifications - Use com.google.common.collect.Lists import for GreenplumSqlBuilder instead of org.apache.commons.compress.utils.Lists - Use com.google.common.collect.Lists import for PostgreSQLSqlBuilder instead of org.apache.commons.compress.utils.Lists - Use com.google.common.collect.Maps import for StreamSourceServiceTest instead of org.apache.curator.shaded.com.google.common.collect.Maps -- 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]
