teyeheimans
teyeheimans
I am using a map lookup, just like you. Your example shows the problem already: ``` $ curl -X GET http://localhost:8888/druid/v1/lookups/introspect/mapLookup/ {"1":"One","2":"Two","3":"Three"} $ curl -X GET http://localhost:8888/druid/v1/lookups/introspect/mapLookup/keys [1, 2, 3]...
I agree on what you describe. However, I am not familiar with the java-side of druid. We have created an PHP client for druid, see https://github.com/level23/druid-client. Recently I have integrated...
The strange thing is that I also cannot reproduce the issue on my Macbook (locally running PHP 8.5). However, on our production server I am having this issue. I noticed...
I'm sorry, communicated the wrong version since when it was broken. I've updated my message above. Details: ``` [[email protected] current]# sudo -u www-data composer update kreait/firebase-php Loading composer repositories with...
I just did so. See: ``` [[email protected] current]# nano composer.json [[email protected] current]# sudo -u www-data composer update --with-all-dependencies Loading composer repositories with package information Updating dependencies Lock file operations: 0...
So I have created this test file which pinpoints the problem a bit more: ```php
@jeromegamez , we have done some digging and we have found a clue. Enabling opcache is causing this issue. I have cloned the repo and created 2 github actions which...
I can confirm that it now works. We have enabled the opcache.save_comments on our servers now. Thanks for your help.