Hi team, could you help take a look at this error?...
# troubleshooting
a
Hi team, could you help take a look at this error? I created a schema and table, with a BYTES datatype column. There’s no error in server log. But there’s an 450 type error when running a simple ‘select * from table’ query. Any idea how to fix it?
Copy code
{
      "name": "pk",
      "dataType": "STRING",
      "maxLength": 1024
    },
    {
      "name": "pk2",
      "dataType": "BYTES",
      "maxLength": 1024
    }
n
Check the server log, you should see an error. We are also working on trying to display the real error cc @Almog Gavra
👍 1
Sorry I meant broker log here. Missed that you already checked server
For this kind of error, I've generally seen error stacktrace in broker
a
https://github.com/apache/pinot/pull/9754 this will hopefully help going forward