Github user ManoharVanam commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/156#discussion_r79119039
--- Diff:
processing/src/main/java/org/apache/carbondata/lcm/status/SegmentStatusManager.java
---
@@ -306,13 +330,17 @@ private Integer compareDateValues(Long loadValue,
Long userValue) {
* @return
*/
public List<String> updateDeletionStatus(String loadDate, String
tableFolderPath,
- Long loadStartTime) {
- ICarbonLock carbonLock = CarbonLockFactory
+ Long loadStartTime, String dbName, String tableName) throws
Exception {
--- End diff --
fixed
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---