You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2020/08/10 13:28:44 UTC

[incubator-doris] branch master updated: [BUG] Fix TabletSinkTest unit test (#4318)

This is an automated email from the ASF dual-hosted git repository.

lichaoyong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f30e03  [BUG] Fix TabletSinkTest unit test (#4318)
0f30e03 is described below

commit 0f30e03914580adb6826bce5f0f03035b0da7627
Author: lichaoyong <li...@gmail.com>
AuthorDate: Mon Aug 10 21:28:28 2020 +0800

    [BUG] Fix TabletSinkTest unit test (#4318)
---
 be/test/exec/tablet_sink_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/test/exec/tablet_sink_test.cpp b/be/test/exec/tablet_sink_test.cpp
index 0428a18..ca18445 100644
--- a/be/test/exec/tablet_sink_test.cpp
+++ b/be/test/exec/tablet_sink_test.cpp
@@ -298,7 +298,7 @@ TDataSink get_decimal_sink(TDescriptorTable* desc_tbl) {
     return data_sink;
 }
 
-class TestInternalService : public palo::PInternalService {
+class TestInternalService : public PBackendService {
 public:
     TestInternalService() {}
     virtual ~TestInternalService() {}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org