Github user gvramana commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/801#discussion_r111664462
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataretention/DataRetentionTestCase.scala
---
@@ -132,7 +132,15 @@ class DataRetentionTestCase extends QueryTest with
BeforeAndAfterAll {
// delete segments (0,1) which contains ind, aus
sql(
"DELETE SEGMENTS FROM TABLE DataRetentionTable where STARTTIME
before '" + actualValue + "'")
+ checkAnswer(
--- End diff --
revert this change, as test execution order shouldnot impact testcase
behaviour.
---
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.
---