JingsongLi commented on code in PR #7777: URL: https://github.com/apache/paimon/pull/7777#discussion_r3458916685
########## paimon-elasticsearch/src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec: ########## @@ -0,0 +1 @@ +org.apache.paimon.elasticsearch.index.util.DiskBBQCodecProvider Review Comment: CI is failing RAT on this file because it has no ASF license header (`Files with unapproved licenses: paimon-elasticsearch/src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec`). The adjacent `org.apache.paimon.globalindex.GlobalIndexerFactory` service descriptor already includes the header; please add the same header here so the module can pass the licensing gate. -- 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]
