[ https://issues.apache.org/jira/browse/HIVE-27055?focusedWorklogId=847158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-847158 ]
ASF GitHub Bot logged work on HIVE-27055: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Feb/23 09:04 Start Date: 23/Feb/23 09:04 Worklog Time Spent: 10m Work Description: abstractdog commented on code in PR #4035: URL: https://github.com/apache/hive/pull/4035#discussion_r1115394907 ########## ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java: ########## @@ -798,7 +798,7 @@ && shouldBootstrapDumpAcidTable(table.getTableName())) { return !ReplUtils.tableIncludedInReplScope(work.oldReplScope, table.getTableName()); } - private boolean isTableSatifiesConfig(Table table) { + private boolean isTableSatisfiesConfig(Table table) { Review Comment: if we're about grammar, and this is a private method (we won't break anything), isn't it "doesTableSatisfyConfig instead? Issue Time Tracking ------------------- Worklog Id: (was: 847158) Time Spent: 1h 40m (was: 1.5h) > hive-exec typos part 3 > ---------------------- > > Key: HIVE-27055 > URL: https://issues.apache.org/jira/browse/HIVE-27055 > Project: Hive > Issue Type: Improvement > Components: Query Planning, Query Processor > Affects Versions: 4.0.0-alpha-2 > Reporter: Michal Lorek > Assignee: Michal Lorek > Priority: Trivial > Labels: pull-request-available > Time Spent: 1h 40m > Remaining Estimate: 0h > > multiple typos and grammar errors in hive-exec module code and comments -- This message was sent by Atlassian Jira (v8.20.10#820010)