jadami10 commented on PR #11532:
URL: https://github.com/apache/pinot/pull/11532#issuecomment-1709316234

   thanks for the quick review! For posterity, tested on one of our QA clusters.
   
   before
   ```
   curl -X POST -F file=@/tmp/empty.parquet -H "Content-Type: 
multipart/form-data" 
"$PINOT_URL/ingestFromFile?tableNameWithType=test_empty_OFFLINE&batchConfigMapStr=%7B%22inputFormat%22%3A%22parquet%22%7D"
   {"code":500,"error":"Caught exception when ingesting file into table: 
test_empty_OFFLINE. columns should not be null"}%
   ```
   
   after
   ```
   curl -X POST -F file=@/tmp/empty.parquet -H "Content-Type: 
multipart/form-data" 
"$PINOT_URL/ingestFromFile?tableNameWithType=test_empty_OFFLINE&batchConfigMapStr=%7B%22inputFormat%22%3A%22parquet%22%7D"
   {"status":"Successfully ingested file into table: test_empty_OFFLINE as 
segment: test_empty_1694048558031"}%
   ```
   
   the segment is in the UI queries to the table work fine. they obviously 
never return anything.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to