morningman commented on a change in pull request #4401:
URL: https://github.com/apache/incubator-doris/pull/4401#discussion_r475222531
##
File path: be/src/olap/tablet_manager.cpp
##
@@ -1086,6 +1094,52 @@ OLAPStatus TabletManager::start_trash_sweep() {
return OLAP_SUCCESS
morningman closed issue #4420:
URL: https://github.com/apache/incubator-doris/issues/4420
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
morningman merged pull request #4421:
URL: https://github.com/apache/incubator-doris/pull/4421
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
This is an automated email from the ASF dual-hosted git repository.
morningman 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 5fc7956 [MemTracker][Bug-Fix] Fix
xinghuayu007 opened a new pull request #4429:
URL: https://github.com/apache/incubator-doris/pull/4429
## Proposed changes
The parameter 'part' of parse_url function does not support lower case, and
parse protocol not right. And This function does not support parse 'port'. This
PR t
wuyunfeng commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r475302348
##
File path: be/src/common/config.h
##
@@ -570,6 +570,16 @@ namespace config {
// Soft memory limit as a fraction of hard memory limit.
yangzhg commented on a change in pull request #4425:
URL: https://github.com/apache/incubator-doris/pull/4425#discussion_r475302606
##
File path: be/src/olap/field.h
##
@@ -535,4 +535,4 @@ class FieldFactory {
} // namespace doris
-#endif // DORIS_BE_SRC_OLAP_FIELD_H
+#en
wuyunfeng commented on a change in pull request #4005:
URL: https://github.com/apache/incubator-doris/pull/4005#discussion_r475302348
##
File path: be/src/common/config.h
##
@@ -570,6 +570,16 @@ namespace config {
// Soft memory limit as a fraction of hard memory limit.
yangzhg commented on a change in pull request #4425:
URL: https://github.com/apache/incubator-doris/pull/4425#discussion_r475303849
##
File path: be/src/olap/row_cursor.h
##
@@ -109,6 +109,14 @@ class RowCursor {
return column_schema(index)->index_size();
}
+
yangzhg commented on a change in pull request #4425:
URL: https://github.com/apache/incubator-doris/pull/4425#discussion_r475303962
##
File path: be/src/olap/schema.h
##
@@ -158,4 +158,4 @@ class Schema {
int32_t _delete_sign_idx = -1;
};
-} // namespace doris
+} // nam
morningman commented on pull request #4387:
URL: https://github.com/apache/incubator-doris/pull/4387#issuecomment-678880183
> > > Why not change the default value of config `default_rowset_type` in
`common/config.h` to `BETA`
> >
> >
> > Modifying this config will cause BE to aut
morningman commented on pull request #4387:
URL: https://github.com/apache/incubator-doris/pull/4387#issuecomment-678889358
> Should we remove the config of storage format in BE?
Can not. Because some user already use it.
-
HappenLee opened a new pull request #4430:
URL: https://github.com/apache/incubator-doris/pull/4430
we can create odbc_table use SQL like
```
CREATE EXTERNAL TABLE `baseall_oracle` (
`k1` decimal(9, 3) NOT NULL COMMENT "",
`k2` char(10) NOT NULL COMMENT "",
`k3` date
13 matches
Mail list logo