xuyangzhong commented on PR #25229:
URL: https://github.com/apache/flink/pull/25229#issuecomment-2301645610

   If commit-1 is missing, the bug fixed by commit-2 will only appear in the 
Table API and not in the SQL API. 
   This is because the SQL API will always cast the PEEK_FIELDS_NO_EXPAND 
RowType to FULLY_QUALIFIED by Calcite, resulting in no issues since every 
RowType data will be in BinaryRowData. 
   However, it’s important to note that in Flink, the properties of RowType 
fields should consistently reflect the PEEK_FIELDS_NO_EXPAND attribute 
throughout the entire process.


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

Reply via email to