Hi Everyone, Is there any column limits on Pinot t...
# troubleshooting
r
Hi Everyone, Is there any column limits on Pinot table UI. I am loading Kafka topic data in Pinot table. I have only one row in Kafka topic. When I am trying to load 20 column for the same data is working file and I am able to see the correct data in pinot but when am trying with all the column (75 column) in pinot table it's showing 0 count. Kindly suggest.
m
There is no limit in terms of number of columns in Pinot. What does count(*) return? If that returns zero, then may be your satay is not ingested correctly. In that case, can you try latest master, I fixed a logging issue and it should tell why ingestion failed
r
@Mayank Thanks . Yes it was data issue.
👍 1