[bugfix](paimon)merge meta-inf/services for paimon FileIOLoader (#33166)

We introduced paimon's oss and s3 packages, but did not register them in meta-info/service. As a result, when be used the s3  or oss interface, an error was reported and the class could not be found(`Could not find a file io implementation for scheme 's3' in the classpath.`).

FYI:
https://stackoverflow.com/questions/47310215/merging-meta-inf-services-files-with-maven-assembly-plugin
https://stackoverflow.com/questions/1607220/how-can-i-merge-resource-files-in-a-maven-assembly
This commit is contained in:
wuwenchi
2024-04-03 09:28:08 +08:00
committed by morningman
parent d9d950d98e
commit e9b67bc82d

View File

@ -38,4 +38,11 @@ under the License.
</unpackOptions>
</dependencySet>
</dependencySets>
<containerDescriptorHandlers>
<containerDescriptorHandler>
<handlerName>metaInf-services</handlerName>
</containerDescriptorHandler>
</containerDescriptorHandlers>
</assembly>