kasakrisz commented on code in PR #6322:
URL: https://github.com/apache/hive/pull/6322#discussion_r2821065067
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java:
##########
@@ -2466,7 +2467,7 @@ public List<Table>
getAllMaterializedViewObjectsForRewriting() throws HiveExcept
public List<HiveRelOptMaterialization> getMaterializedViewsByAST(
ASTNode astNode, Set<TableName> tablesUsed, Supplier<String>
validTxnsList, HiveTxnManager txnMgr) throws HiveException {
- List<HiveRelOptMaterialization> materializedViews =
+ Collection<HiveRelOptMaterialization> materializedViews =
Review Comment:
There is no strong motivation behind this change. None of the `List`
specific functionality is used.
--
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]