deniskuzZ commented on code in PR #5651: URL: https://github.com/apache/hive/pull/5651#discussion_r2144761955
########## ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java: ########## @@ -5059,6 +5084,22 @@ private RowResolver getColForInsertStmtSpec(Map<String, ExprNodeDesc> targetCol2 return newOutputRR; } + List<ExprNodeDesc> transformColList(List<ExprNodeDesc> colList) { Review Comment: i don't see any array of structs in https://github.com/apache/hive/blob/9217f7575a0b8e7ef61d2163ab42d874ee5e6a1c/ql/src/test/queries/clientpositive/insert_cbo_false.q -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org