An error is reported when the MacOS system tests the association of two cross database tables

Hi, everyone:

The MacOS system deployment community version: 22.1.1. It can be started normally. It is OK to query the association of the current table and the two tables in the same database,

An error is reported only when testing the cross database association of two tables. The error content is: Failure while attempting to load instance of the class of type com.dremio.sabot.op.common.ht2.HashTable requested at path dremio.house.NativeHashTable. class

Execute sql: select a. * from s1.test1 a, s2.test2 b where a.id=b.id

How to solve this error?

@anan0120 What is the source database? Can we please have the job profile?

Both data sources are oracle, and the job profile is not saved and cannot be provided