yujun777 opened a new pull request, #64412:
URL: https://github.com/apache/doris/pull/64412

   Introduced by #56423, the field baseViewsOneLevel may be null for MTMVs 
created before that PR. This causes NPE when querying 
information_schema.view_dependency:
   
   
   
   getBaseViewsOneLevel() is currently only called from 
tablefunction/MetadataGenerator, so this change is safe.
   
   Key changes:
   - getBaseViewsOneLevel() now falls back to baseViews when baseViewsOneLevel 
is null, consistent with getBaseTablesOneLevel()


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