We develop this plugin to support IBM DB2 as source, starting at Dremio 1.4.4
and today to 24.1.0
The plugin was tested and used in production for many years.
Starting with 24.0 version dremio officially supports db2 but not works as espected and have many errors that cause pushdowns failed and or generate worn or too expensive pushdown.
In this repo ARP yml was fined to works well with latest version.
- Dremio Community support version 20.0+
- Java 8 (tested with temurin 8)
- support Dremio 24.1.0
- Fix decimal precision when use CTA
- Fix
Operand 3 (0:DECIMAL(38, 2)) for operator CASE was not supported. Aborting pushdown.
./gradlew jar
- Conflicts with official Dremio IBM db2 plugin, official plugin must not be enabled while using this plugin