MartijnVisser commented on PR #20116: URL: https://github.com/apache/flink/pull/20116#issuecomment-1172139567
I tried to verify this on my Mac M1, but apparently there is something in here that doesn't support this architecture yet: ``` [ERROR] org.apache.flink.glue.schema.registry.test.json.GlueSchemaRegistryJsonKinesisITCase Time elapsed: 0.069 s <<< ERROR! java.lang.UnsatisfiedLinkError: /Users/martijn/Library/Caches/JNA/temp/jna3325326268002726479.tmp: dlopen(/Users/martijn/Library/Caches/JNA/temp/jna3325326268002726479.tmp, 0x0001): tried: '/Users/martijn/Library/Caches/JNA/temp/jna3325326268002726479.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e')) ``` Can you confirm that you've run that verification both on JDK8 and on JDK11? (Since the test specifically failed on JDK11 which isn't tested in the PR CI runs unfortunately....) -- 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]
