On the master branch, SQLNodeConverterEngine already supports the conversion of most SelectStatement statements, which provides a good foundation for sql federation. In order to improve the support of sql federation for merge statement, we need to support the conversion of MergeStatement in SQLNodeConverterEngine.
Background
On the master branch, SQLNodeConverterEngine already supports the conversion of most SelectStatement statements, which provides a good foundation for sql federation. In order to improve the support of sql federation for merge statement, we need to support the conversion of MergeStatement in SQLNodeConverterEngine.
Oracle merge statement doc - https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/MERGE.html#GUID-5692CCB7-24D9-4C0E-81A7-A22436DC968F
Task
resources/converter
directory