deniskuzZ commented on code in PR #5216:
URL: https://github.com/apache/hive/pull/5216#discussion_r1624181645
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/view/create/CreateMaterializedViewDesc.java:
##########
@@ -68,7 +64,6 @@ public class CreateMaterializedViewDesc implements DDLDesc,
Serializable {
private List<FieldSchema> partCols;
private String inputFormat;
private String outputFormat;
- private String location;
private String serde;
private String storageHandler;
private Map<String, String> serdeProps;
Review Comment:
i've extracted only what was required for my changes, rest could be done in
follow-up
--
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]