When using the Iceberg connector in the sqrl run command, there are two issues:
-
Temporal joins don't work. It looks like the idleness configuration isn't being respected.
-
It takes up a lot of heap space. In particular when doing an inner join. It looks like the rocksdb setting isn't being respected. But even without RocksDB, it's not clear why so much heap is allocated for such trivial amounts of data.
See: DataSQRL/datasqrl-examples#19 for code and how to reproduce.
When using the Iceberg connector in the
sqrl runcommand, there are two issues:Temporal joins don't work. It looks like the idleness configuration isn't being respected.
It takes up a lot of heap space. In particular when doing an inner join. It looks like the rocksdb setting isn't being respected. But even without RocksDB, it's not clear why so much heap is allocated for such trivial amounts of data.
See: DataSQRL/datasqrl-examples#19 for code and how to reproduce.