Jaromir Hamala
Jaromir Hamala
the question remains whether it's a good idea to fix this for some functions, but not for others. also - I am not entirely sure whether this can make JIT-compiled...
docs PR will follow
after https://github.com/questdb/questdb/pull/4632 it no longer results in `unexpected filter error`. ```sql WITH MaxLong AS ( SELECT MAX(a_long) AS max_long FROM x ) SELECT * FROM x WHERE a_long = (SELECT...
I am reopening the issue - we should do our best to detect this condition and provide guidance. it looks RHEL (=the most popular commercial Linux distribution) has `noexec` in...
another failure, this time on linux-x64-zfs logs: https://gist.githubusercontent.com/jerrinot/1163784525cd6ccb78e18afc061a202a/raw/b503a53ad24f9f23a01306397b477d8f973e00ea/gistfile1.txt
@davecramer wow, you are fast! 🙇 PostgreSQL does not support jagged arrays. I guess the codec could validate that the array shape is rectangular. `ArrayEncoding` already [iterates over all rows](https://github.com/pgjdbc/pgjdbc/blob/d86d7ce19030230f14e573b8095f04721d1d8e35/pgjdbc/src/main/java/org/postgresql/jdbc/ArrayEncoding.java#L1236-L1239)...
thank you for reporting this!
indeed, that could very well be the cause. the [test](https://github.com/questdb/kafka-questdb-connector/blob/45e4b7c2a43ebb07a7ad45dae4bda8357c9fefb0/connector/src/test/java/io/questdb/kafka/QuestDBSinkConnectorEmbeddedTest.java#L227-L249) we have for this does set the replication factor to `1`. since it only starts a single broker. while we...
I will have a deeper look later this week
hello @RishabhAcodes: I can confirm it's not working in the latest connector release. I have a WIP with a fix. Would you be able to test an unreleased snapshot version...