fmorillo7694 commented on PR #206: URL: https://github.com/apache/flink-connector-aws/pull/206#issuecomment-5791222419
@Samrat002 Good catches, both fixed in 649f4d9: removed the tracked `.idea/` directory from the catalog module (the root `.gitignore`'s `*/.idea/` pattern doesn't match nested modules, which is how it slipped in) and restored the root `.idea/vcs.xml` this branch had accidentally deleted. Also removed the module's `META-INF/NOTICE` — the module doesn't bundle any dependencies (its bundled-deps section was empty), so per repo convention only the bundling modules carry a hand-written NOTICE and the jar NOTICE comes from maven-remote-resources. -- 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]
