Hi, I ran a batch ingestion using "pinot-admin.sh LaunchDataIngestionJob" which seems to have completed successfully.
In Pinot UI, I see that the reported size of the table is 17895109 (was empty before) so it seems the data was ingested properly.
*Yet when I go to query console and do a simple "select * from mytable limit 10", I get no results and it says numDocsScanned=0, totalDocs=0.*
Has anyone encountered something similar? how can I debug this?