some of the columns of Druid datastore are getting dropped and not available for querying. The bug is not reflected when using MySql or H2 database. The issue is shows up when using Postgres DB for Druid datastore
createuser -lP tradebot_user createdb -O tradebot_user tradebot_tmp sudo -u postgres psql -c "CREATE EXTENSION timescaledb;" tradebot_tmp psql -U tradebot_user -h localhost -p 5432 -d tradebot_tmp -W Steps to reproduce bug: Step 1: Log in, create table and hypertable tradebot_tmp...