ashishkr96 opened a new pull request, #14663: URL: https://github.com/apache/pinot/pull/14663
Fixed a null check error in the 'Table Config' input field when pasting the JSON schema. The issue occurred due to missing null checks for optional fields (query.timeoutMs, quota.storage, quota.maxQueriesPerSecond). Added optional chaining to resolve this. Error Images <img width="845" alt="image" src="https://github.com/user-attachments/assets/06b4c9b1-c972-4d59-9513-254ea31e06a7" /> -- 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]
