miklosgergely commented on a change in pull request #800: HIVE-22276 Break up
DDLSemanticAnalyzer - extract View related analyzers
URL: https://github.com/apache/hive/pull/800#discussion_r334498535
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/ddl/view/materialized/alter/rewrite/AlterMaterializedViewRewriteDesc.java
##########
@@ -27,17 +27,17 @@
*/
@Explain(displayName = "Alter Materialized View Rewrite", explainLevels = {
Level.USER, Level.DEFAULT, Level.EXTENDED })
public class AlterMaterializedViewRewriteDesc implements DDLDescWithWriteId {
- private final String fqMaterializedViewName;
+ private final String materializedViewName;
private final boolean rewriteEnable;
- public AlterMaterializedViewRewriteDesc(String fqMaterializedViewName,
boolean rewriteEnable) {
- this.fqMaterializedViewName = fqMaterializedViewName;
+ public AlterMaterializedViewRewriteDesc(String materializedViewName, boolean
rewriteEnable) {
+ this.materializedViewName = materializedViewName;
Review comment:
Put back the fq prefix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]