npawar commented on issue #12186: URL: https://github.com/apache/pinot/issues/12186#issuecomment-2170965322
Chatting with Siddharth Dharm offline, who'd been trying this issue out. As per him this doesn't reproduce with these steps. I tried just now, and it indeed doesn’t reproduce that way. I see both B and C get created. BUt what I did notice in the process, was that C did not use the function to calculate it's value after B. So both B and C had value Integrer.MIN_INT. This is more apparent when you set a default value to B. For instance: I added 2 columns E and F, where F = E + 1. And I put defaultNullValue of 10 for E. But when I query after reload, I see E has value 10 and F has Integer.MIN_INT instead of 11. <img width="565" alt="Screen Shot 2024-06-15 at 4 03 02 PM" src="https://github.com/apache/pinot/assets/19693933/fa9c13cf-763d-40bb-b077-ac6c480aafe5"> <img width="397" alt="Screen Shot 2024-06-15 at 4 03 19 PM" src="https://github.com/apache/pinot/assets/19693933/fa719557-c335-4b39-9c55-ab418d1c42b0"> -- 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