tarun11Mavani opened a new pull request, #15693: URL: https://github.com/apache/pinot/pull/15693
We see a null pointer exception while deleting the tables in our integration environment. The null pointer exception is due to ZNRecord being null when calling fromZNRecord to create a new InstancePartitions. This code path is under deleteTable flow which is replaced by deleteRealtimeTable and deleteOfflineTable in the newer version. At uber, we are still using the deleteTable and we see NullPointerException in the logs. Adding a null check precondition to avoid such unhandled NullPointerException. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org