leaves12138 commented on code in PR #8174: URL: https://github.com/apache/paimon/pull/8174#discussion_r3377287204
########## paimon-ivfpq/paimon-ivfpq-index/src/main/resources/META-INF/services/org.apache.paimon.globalindex.GlobalIndexerFactory: ########## @@ -0,0 +1 @@ +org.apache.paimon.ivfpq.index.IvfpqVectorGlobalIndexerFactory Review Comment: This service file needs the standard ASF license header. It is currently reported by RAT as an unapproved file, so `mvn ... verify` fails before the new modules can be tested. Existing service files in the repository, such as the Lumina and Tantivy `GlobalIndexerFactory` service files, include the `# Licensed to the Apache Software Foundation ...` header. -- 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]
