walterddr commented on PR #8860:
URL: https://github.com/apache/pinot/pull/8860#issuecomment-1150534643

   > > ok. in this case I would suggest we add FLOAT/BYTES to the ignore list 
and still merge the integration test PR.
   > 
   > How much effort does it take to make the new engine work on a new data 
table format if we add one? The goal is to avoid spending a lot of effort for 
backward compatibility when we upgrade the new format. Since the engine is new 
added, it would be good to make it directly work on the latest format
   
   no effort. as it is already assuming new format. 
   the problem is backward compatibility is not handled correctly when move 
from V2 to V3 --> the data format are still managed in a common Utils class. I 
will refactor our the common util class and make 2 versions one for V2, V3 and 
one for V4.


-- 
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