CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-840347902 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3611/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-840348854 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5356/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-842439783 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3637/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-842442811 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5382/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-842439783 -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-845118048 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5411/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-845121900 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3667/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-848530140 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3691/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-848532037 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5436/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-851324833 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5448/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-851325781 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3704/ -- 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: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#discussion_r643679701 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/test/SparkTestQueryExecutor.scala ########## @@ -82,6 +83,15 @@ object SparkTestQueryExecutor { copyResourcesifNotExists(hdfsUrl, s"$integrationPath/spark/src/test/resources", s"$integrationPath//spark-common-cluster-test/src/test/resources/testdatafileslist.txt") } + if (System.getProperty("useIndexServer") != null || System.getenv("useIndexServer") != null) { Review comment: Please check and keep single check to useIndexServer -- 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: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#discussion_r643682535 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/test/util/CarbonFunSuite.scala ########## @@ -44,4 +44,18 @@ private[spark] abstract class CarbonFunSuite extends FunSuite { } } + protected def test(testName : scala.Predef.String, ignoreForIndexServer: Boolean, + testTags : org.scalatest.Tag*) + (testFun : => Unit): Unit = { + if (ignoreForIndexServer) { + if (System.getProperty("useIndexServer") == null) { Review comment: Please add the comment -- 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: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on a change in pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#discussion_r643684331 ########## File path: integration/spark/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala ########## @@ -50,6 +51,7 @@ trait ServerInterface { /** * Used to prune and cache the index for the table. */ + @throws(classOf[IOException]) Review comment: can ignore the testcase and revert this change -- 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: [hidden email] |
In reply to this post by GitBox
Indhumathi27 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-852772078 @ShreelekhyaG Please attach the CI snapshot when run with indexserver enabled -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-853161762 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3734/ -- 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: [hidden email] |
In reply to this post by GitBox
CarbonDataQA2 commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-853247598 Build Failed with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5478/ -- 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: [hidden email] |
In reply to this post by GitBox
ShreelekhyaG commented on pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#issuecomment-853580234 retest this please -- 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: [hidden email] |
In reply to this post by GitBox
ShreelekhyaG commented on a change in pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#discussion_r644526559 ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/test/SparkTestQueryExecutor.scala ########## @@ -82,6 +83,15 @@ object SparkTestQueryExecutor { copyResourcesifNotExists(hdfsUrl, s"$integrationPath/spark/src/test/resources", s"$integrationPath//spark-common-cluster-test/src/test/resources/testdatafileslist.txt") } + if (System.getProperty("useIndexServer") != null || System.getenv("useIndexServer") != null) { Review comment: ok ########## File path: integration/spark/src/main/scala/org/apache/spark/sql/test/util/CarbonFunSuite.scala ########## @@ -44,4 +44,18 @@ private[spark] abstract class CarbonFunSuite extends FunSuite { } } + protected def test(testName : scala.Predef.String, ignoreForIndexServer: Boolean, + testTags : org.scalatest.Tag*) + (testFun : => Unit): Unit = { + if (ignoreForIndexServer) { + if (System.getProperty("useIndexServer") == null) { Review comment: done -- 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: [hidden email] |
In reply to this post by GitBox
ShreelekhyaG commented on a change in pull request #4098: URL: https://github.com/apache/carbondata/pull/4098#discussion_r644527637 ########## File path: integration/spark/src/main/scala/org/apache/carbondata/indexserver/IndexServer.scala ########## @@ -50,6 +51,7 @@ trait ServerInterface { /** * Used to prune and cache the index for the table. */ + @throws(classOf[IOException]) Review comment: no need to ignore testcase as external carbon segments are pruned by indexserver. non-carbon segments are not pruned. From `distributedPrunedRdd `when async calls to prune are made, `TableIndex.prune` method throws IOException and this is not handled in parent caller - `indexserver.getsplits` -- 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: [hidden email] |
Free forum by Nabble | Edit this page |