owner stringclasses 14
values | repo stringclasses 14
values | id int64 116k 4.61B | issue_number int32 1 181k | author stringlengths 1 39 | body stringlengths 1 262k | created_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:16:18 | updated_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:22:56 | reactions unknown | author_association stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|
ClickHouse | ClickHouse | 607,364,060 | 6,954 | blinkov | @hanhfgia, do you have any further questions? | 2020-04-01T16:47:12 | 2020-04-01T16:47:12 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,497,110 | 4,003 | FreGalle | I just now tested the same code that would produce the original error with release 20.3.4.10 and over several hundreds of test runs could not reproduce it, so the rewrite might have fixed it. 👍 | 2020-04-01T21:24:25 | 2020-04-01T21:24:25 | {
"+1": 1
} | NONE |
ClickHouse | ClickHouse | 607,603,621 | 9,991 | garrettlish | Yes, CH is an exemption, we can use `startsWith`, etc. to use index to filter out non-match data granules (https://clickhouse.tech/docs/en/operations/table_engines/mergetree/#functions-support). Actually `toString` does nothing for `LowCardinality(String)` column, don't know why it breaks index access. | 2020-04-02T03:40:23 | 2020-04-02T03:40:23 | {} | NONE |
ClickHouse | ClickHouse | 607,131,544 | 9,979 | alexey-milovidov | The previous attempt to add this bot was extremely painful,
we decided to wait at least half a year before let you add any bot to our repo. | 2020-04-01T09:09:45 | 2020-04-01T09:09:45 | {} | MEMBER |
ClickHouse | ClickHouse | 607,364,126 | 7,806 | blinkov | @ut0mt8, is this question still relevant? | 2020-04-01T16:47:19 | 2020-04-01T16:47:19 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,635 | 6,215 | blinkov | @peaksnail, do you have any further questions? | 2020-04-01T16:53:56 | 2020-04-01T16:53:56 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,153,034 | 9,977 | filimonov | I think I've already answered you in #9932 - It is a bug in clickhouse, which should be fixed.
For now, the answer is 'you can not solve it, look for some worarounds'.
I'm closing this one and reopening the prev one. Please keep it opened, that way it will be prioritized and fixed.
| 2020-04-01T09:54:55 | 2020-04-01T09:55:45 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,756 | 6,534 | blinkov | @Sundarcj, do you have any further questions? | 2020-04-01T16:46:42 | 2020-04-01T16:46:42 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,860 | 3,818 | blinkov | @lamber-ken, do you have any further questions? | 2020-04-01T16:46:52 | 2020-04-01T16:46:52 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,364,250 | 8,193 | blinkov | @geoffrank, do you have any further questions? | 2020-04-01T16:47:30 | 2020-04-01T16:47:30 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,447,483 | 9,996 | alexey-milovidov | > I'm not sure if this is useful for ClickHouse
Yes, it is useful!
We are interested in web playground for exploration of ClickHouse. And this feature will help a lot. | 2020-04-01T19:31:14 | 2020-04-01T19:31:14 | {} | MEMBER |
ClickHouse | ClickHouse | 607,565,007 | 9,991 | garrettlish | @den-crane Actually we applied `toString` to all columns since prometheus only supports `string` for labels. Yes, for `pool` column, the type is `LowCardinality(String)`, `toString` is completely useless here. We can check the type and skip `toString` for the column which type is `LowCardinality(String)`.
I am just ... | 2020-04-02T01:09:58 | 2020-04-02T01:09:58 | {} | NONE |
ClickHouse | ClickHouse | 607,154,410 | 9,932 | filimonov | For example you can recreate the table in cron, smth like:
```
drop table if exists dim_district;
CREATE TABLE dim_district AS SELECT ...
``` | 2020-04-01T09:57:58 | 2020-04-01T09:57:58 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,293,761 | 9,988 | hilesha | upon changing the URL from https to http, i got following error:
Unable to parse ExceptionName: AuthorizationHeaderMalformed Message: The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'ap-south-1': While executing S3 (version 20.3.5.21 (official build))
| 2020-04-01T14:47:48 | 2020-04-01T14:47:48 | {} | NONE |
ClickHouse | ClickHouse | 607,355,149 | 6,690 | blinkov | @PlatonB, do you have any further questions? | 2020-04-01T16:30:28 | 2020-04-01T16:30:28 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,776 | 6,115 | blinkov | @masosky, do you have any further questions? | 2020-04-01T16:54:12 | 2020-04-01T16:54:12 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,388,869 | 7,391 | Tasselmi | No thanks
| |
梁凡
邮箱:tasselmi@yeah.net
|
签名由 网易邮箱大师 定制
On 04/02/2020 00:54, Ivan Blinkov wrote:
@Tasselmi, do you have any further questions?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe. | 2020-04-01T17:33:46 | 2020-04-01T17:33:46 | {} | NONE |
ClickHouse | ClickHouse | 607,440,854 | 9,993 | den-crane | 1. Try to disable use_processors
set experimental_use_processors=0
2. Need 2 traces of queries with different results
set send_logs_level='trace'
select ;
select ;
3. can you provide reproducible example / data sample? | 2020-04-01T19:16:22 | 2020-04-01T19:17:04 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,496,173 | 10,000 | alexey-milovidov | @ildus Congratulations for #10000 task! | 2020-04-01T21:22:21 | 2020-04-01T21:22:30 | {
"hooray": 3,
"laugh": 2
} | MEMBER |
ClickHouse | ClickHouse | 607,543,467 | 9,991 | garrettlish | @den-crane thanks for your reply. We are trying to use ClickHouse as one of Prometheus storage backend. As you know, Prometheus only supports string type for labels. So we'd like to apply `toString` to all columns.
Yes, my table only has `ORDER BY pool` but not `ORDER BY toString(pool)`, but the `pool` is defined a... | 2020-04-01T23:45:07 | 2020-04-01T23:45:07 | {} | NONE |
ClickHouse | ClickHouse | 607,126,465 | 9,923 | azat | >@azat Maybe also grab integration tests from https://github.com/ClickHouse/ClickHouse/pull/8640/files just in case?
Sure, why not, will cherry pick it.
>Now it looks like all cases are covered :)
Just found one issue left (the case when `StorageDistributed::getQueryProcessingStage()` returns Complete when the... | 2020-04-01T09:00:05 | 2020-04-01T09:00:05 | {} | MEMBER |
ClickHouse | ClickHouse | 607,355,048 | 3,515 | blinkov | @splichy, do you have any further questions? | 2020-04-01T16:30:18 | 2020-04-01T16:30:18 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,719 | 6,046 | blinkov | @etah000, do you have any further questions? | 2020-04-01T16:54:05 | 2020-04-01T16:54:05 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,460,472 | 3,515 | splichy | Hi, no more questions. Problem solved by one huge table.
Thanks | 2020-04-01T19:59:25 | 2020-04-01T19:59:25 | {} | NONE |
ClickHouse | ClickHouse | 607,238,137 | 7,612 | hilesha | > > Not sure, probably it works in test releases
> > like this
> > ```
> > insert into mytable
> > select * from s3('http://s3auth:s3auth@host/bucket/test.csv', 'CSV', 'column1 UInt32, column2 UInt32, column3 UInt32')
> > ```
>
> That is not correct. One shall use this syntax:
>
> ```
> select * from s3('ht... | 2020-04-01T13:07:39 | 2020-04-01T13:07:39 | {} | NONE |
ClickHouse | ClickHouse | 607,252,021 | 9,987 | naorlov | Update: found [issue](https://github.com/moby/moby/issues/37366) in docker representing this behaviour, using `-t` results in \r\n as line separator. | 2020-04-01T13:33:26 | 2020-04-01T13:33:26 | {
"+1": 2
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,908 | 4,628 | blinkov | @sundarv85, do you have any further questions? | 2020-04-01T16:46:57 | 2020-04-01T16:46:57 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,799 | 7,391 | blinkov | @Tasselmi, do you have any further questions? | 2020-04-01T16:54:14 | 2020-04-01T16:54:14 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,559,294 | 9,991 | den-crane | BUT LowCardinality(String) is a string. And can be used with `= '....' ` without any casting.
moreover `toString` does nothing for LowCardinality(String).
Your toString is completely useless and harmful.
```
desc (select toString(x) from (select toLowCardinality('aaa') x))
─type───────────────────┬
LowCard... | 2020-04-02T00:46:54 | 2020-04-02T00:46:54 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 606,989,314 | 9,923 | alexey-milovidov | Now it looks like all cases are covered :) | 2020-04-01T02:25:16 | 2020-04-01T02:25:16 | {} | MEMBER |
ClickHouse | ClickHouse | 607,203,064 | 9,979 | alexey-milovidov | We should not just play with GitHub marketplace. | 2020-04-01T11:51:04 | 2020-04-01T11:51:04 | {} | MEMBER |
ClickHouse | ClickHouse | 607,363,844 | 3,310 | blinkov | @healiseu, do you have any further questions? | 2020-04-01T16:46:50 | 2020-04-01T16:46:50 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,700 | 6,373 | blinkov | @simPod, do you have any further questions? | 2020-04-01T16:54:03 | 2020-04-01T16:54:03 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,376,860 | 9,681 | blinkov | I think I have accidentally fixed this. | 2020-04-01T17:11:16 | 2020-04-01T17:11:16 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,491,318 | 5,237 | Onlinehead | @blinkov nope, thanks. | 2020-04-01T21:10:14 | 2020-04-01T21:10:14 | {} | NONE |
ClickHouse | ClickHouse | 607,332,003 | 9,969 | genzgd | Okay, Ive now reproduced this with the following query -- `enable_http_compression = 1`, `Accept-Encoding: br`
> SELECT toDateTime(number + now()) as datetime, 'test-pipeline' as pipeline, 'clickhouse-test-host-001.clickhouse.com' as host, 'parse_error' as error_type, randomPrintableASCII(rand() % 100 + 50) as error... | 2020-04-01T15:51:31 | 2020-04-01T15:51:31 | {
"+1": 1
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,901 | 5,292 | blinkov | @igor-sh8, do you have any further questions? | 2020-04-01T16:46:56 | 2020-04-01T16:46:56 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,425,073 | 7,046 | vmarkovtsev | Sorry :) | 2020-04-01T18:42:47 | 2020-04-01T18:42:47 | {} | NONE |
ClickHouse | ClickHouse | 607,430,682 | 7,117 | nicolasblaye | @blinkov didn't have time to look at it, and we finally went around it. Thank you | 2020-04-01T18:54:17 | 2020-04-01T18:54:17 | {} | NONE |
ClickHouse | ClickHouse | 607,473,786 | 9,759 | vitlibar | > Bug has been found: https://clickhouse-test-reports.s3.yandex.net/9857/df3c7094d5a33a39fada1afad4ff765554f00467/functional_stateless_tests_(debug)/clickhouse-server.log
Fixed (https://github.com/ClickHouse/ClickHouse/pull/9999). | 2020-04-01T20:29:34 | 2020-04-01T20:29:34 | {} | MEMBER |
ClickHouse | ClickHouse | 606,992,179 | 9,951 | alexey-milovidov | @pbadenski You're right! You have to find any recent commit with changes in code, not only documentation (documentation commits don't have builds). | 2020-04-01T02:35:12 | 2020-04-01T02:35:12 | {} | MEMBER |
ClickHouse | ClickHouse | 607,181,379 | 9,893 | alexey-milovidov | > Name Hidden, [01.04.20 13:09]
Вчера кстати разговаривал с одним серьезным человека из солидной дружественной компании и он явно просил перестать уже делать uncompatible changes :) По его виду было заметно, что у него очень стреляло/болело это. "Наконец нашел человека кому сказать это прямо😡" | 2020-04-01T10:59:16 | 2020-04-01T10:59:16 | {
"heart": 1
} | MEMBER |
ClickHouse | ClickHouse | 607,202,149 | 9,979 | alexey-milovidov | #9398
#9399
#9400
#9401 | 2020-04-01T11:48:54 | 2020-04-01T11:48:54 | {} | MEMBER |
ClickHouse | ClickHouse | 607,234,067 | 9,980 | alesapin | At least we need to know ClickHouse version and `clickhouse-server.log` to investigate the issue. | 2020-04-01T12:59:17 | 2020-04-01T12:59:17 | {} | MEMBER |
ClickHouse | ClickHouse | 607,278,790 | 9,972 | 4ertus2 | Do not backport into 20.1 There's minor regression with streams. | 2020-04-01T14:21:03 | 2020-04-01T14:21:03 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,355,085 | 6,565 | blinkov | @ChannelerH, do you have any further questions? | 2020-04-01T16:30:21 | 2020-04-01T16:30:21 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,355,106 | 5,237 | blinkov | @Onlinehead, do you have any further questions? | 2020-04-01T16:30:24 | 2020-04-01T16:30:24 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,713 | 2,666 | blinkov | @chenxing-xc, do you have any further questions? | 2020-04-01T16:46:37 | 2020-04-01T16:46:37 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,364,219 | 8,045 | blinkov | @XavierQuiniou, do you have any further questions? | 2020-04-01T16:47:28 | 2020-04-01T16:47:28 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,648 | 5,679 | blinkov | @I-akshay, do you have any further questions? | 2020-04-01T16:53:57 | 2020-04-01T16:53:57 | {
"-1": 1
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,677 | 6,595 | blinkov | @gasabr, do you have any further questions? | 2020-04-01T16:54:01 | 2020-04-01T16:54:01 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,371,030 | 5,175 | abraithwaite | We can close this for now since it's pretty vague. I do think that it would be helpful (mentioned it elsewhere, but can't remember where) I think it would be useful to include in that error message what the difference between zookeeper and the schema you're trying to apply is. It's very difficult to debug zookeeper s... | 2020-04-01T17:00:08 | 2020-04-01T17:00:08 | {} | NONE |
ClickHouse | ClickHouse | 607,402,961 | 9,959 | alexey-milovidov | > Note: +00:00 should be printed with no offset.
ISO 8601 also allows Z. | 2020-04-01T17:59:52 | 2020-04-01T17:59:52 | {} | MEMBER |
ClickHouse | ClickHouse | 607,425,217 | 4,003 | FreGalle | Not really, I just wanted to report and confirm this bug. Not sure why this got tagged as a question. | 2020-04-01T18:43:07 | 2020-04-01T18:43:07 | {} | NONE |
ClickHouse | ClickHouse | 607,449,673 | 8,161 | alexey-milovidov | But the feature is not merged yet. It is in the queue and I hope will be merged very soon! | 2020-04-01T19:35:56 | 2020-04-01T19:35:56 | {} | MEMBER |
ClickHouse | ClickHouse | 607,200,851 | 9,979 | alexey-milovidov | When you tried to add this bot previous time it has messed up all pull requests, prevented merging and stopped all the work for about 10 hours. | 2020-04-01T11:45:46 | 2020-04-01T11:45:46 | {} | MEMBER |
ClickHouse | ClickHouse | 607,201,234 | 9,979 | alexey-milovidov | I am strongly against adding this bot - just forget about it. | 2020-04-01T11:46:43 | 2020-04-01T11:46:43 | {} | MEMBER |
ClickHouse | ClickHouse | 607,362,588 | 6,690 | PlatonB | Thanks, that's all. | 2020-04-01T16:44:33 | 2020-04-01T16:44:33 | {} | NONE |
ClickHouse | ClickHouse | 607,364,259 | 6,405 | blinkov | @qietingfengling, do you have any further questions? | 2020-04-01T16:47:31 | 2020-04-01T16:47:31 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,609 | 4,003 | blinkov | @FreGalle, do you have any further questions? | 2020-04-01T16:53:53 | 2020-04-01T16:53:53 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,447,833 | 9,991 | den-crane | So your table have an index -- ORDER BY pool .... Not ORDER BY **toString**(pool) ? Right?
Why do you expect such behaviour?
toString function is not monotonic.
See a different result
```
SELECT
11 > 9,
toString(11) > toString(9)
┌─greater(11, 9)─┬─greater(toString(11), toString(9))─┐
│ ... | 2020-04-01T19:31:56 | 2020-04-01T19:34:05 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,147,207 | 5,997 | alanlans | > https://t.me/clickhouse_ru/150955
>
> _Ntfs, докер, винда. Уже разобрался. Вольюм с данными БД коряво прокинул. Самое интересное в том что порой проходило, порой нет)
>
> clickhouse-server:
> image: yandex/clickhouse-server
> restart: always
> ulimits:
> nofile:
> soft: 262144
> hard: 262144
> volumes:
... | 2020-04-01T09:41:55 | 2020-04-01T09:41:55 | {} | NONE |
ClickHouse | ClickHouse | 607,355,099 | 7,046 | blinkov | @vmarkovtsev, do you have any further questions? | 2020-04-01T16:30:22 | 2020-04-01T16:30:22 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,364,085 | 7,687 | blinkov | @yamrzou, do you have any further questions? | 2020-04-01T16:47:14 | 2020-04-01T16:47:14 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,364,092 | 1,784 | blinkov | @ben-motiv, do you have any further questions? | 2020-04-01T16:47:15 | 2020-04-01T16:47:15 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,364,318 | 8,392 | blinkov | @yingfeng, we don't know much about implementation of their service at the moment. | 2020-04-01T16:47:36 | 2020-04-01T16:52:47 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,629 | 4,022 | blinkov | @TomaszUrugOlszewski, do you have any further questions? | 2020-04-01T16:53:55 | 2020-04-01T16:53:55 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,473,034 | 9,981 | den-crane | Yes, it does. CH guarantees atomicity on part level but not on insert level.
To achieve atomicity for insert you have to do insert into one partition only and tune parameters
You need to increase max_insert_block_size
max_insert_block_size=200000000,
min_insert_block_size_rows=200000000,
min_insert_block_size... | 2020-04-01T20:27:49 | 2020-04-01T20:27:49 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 606,986,944 | 9,923 | alexey-milovidov | I'm only afraid that some settings are ineffective when specified in SETTINGS clause (when they are applied before the SETTINGS clause being interpreted). Did you check that two level memory-efficient aggregation is active? | 2020-04-01T02:17:26 | 2020-04-01T02:17:26 | {} | MEMBER |
ClickHouse | ClickHouse | 606,987,927 | 9,923 | alexey-milovidov | Yes, it is in effect (I checked server logs). | 2020-04-01T02:20:49 | 2020-04-01T02:21:02 | {} | MEMBER |
ClickHouse | ClickHouse | 607,249,430 | 9,987 | naorlov | Update: it reproduces only when clickhouse client is invoked as shown. Getting into `clickhouse-server` shell and running commands there results in no exception appearing. | 2020-04-01T13:28:51 | 2020-04-01T13:28:51 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,355,122 | 4,393 | blinkov | @simPod, do you have any further questions? | 2020-04-01T16:30:26 | 2020-04-01T16:30:26 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,364,232 | 8,110 | blinkov | @achimbab, is this question still relevant? | 2020-04-01T16:47:29 | 2020-04-01T16:47:29 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,603 | 5,029 | blinkov | @Gillani0, do you have any further questions? | 2020-04-01T16:53:52 | 2020-04-01T16:53:52 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,430,143 | 5,679 | I-akshay | > @I-akshay, do you have any further questions?
No , thanks for ur support | 2020-04-01T18:53:00 | 2020-04-01T18:53:00 | {} | NONE |
ClickHouse | ClickHouse | 607,443,110 | 5,679 | alexey-milovidov | Now ClickHouse also supports adaptive JOIN algorithm when data is spilled on disk when necessary.
```
SET join_algorithm = 'auto'
``` | 2020-04-01T19:21:29 | 2020-04-01T19:22:21 | {} | MEMBER |
ClickHouse | ClickHouse | 607,449,001 | 4,003 | alexey-milovidov | > Is it possible that the MemoryTracker holds the session lock and introduces a considerable delay between sending back the HTTP response and releasing the lock?
No, MemoryTracker is not holding the lock.
The reason is that the query may need some time to finish (deallocating resources) even after the client has re... | 2020-04-01T19:34:30 | 2020-04-01T19:34:30 | {
"+1": 1
} | MEMBER |
ClickHouse | ClickHouse | 607,234,365 | 9,986 | alesapin | `Description check` is not important for this PR. | 2020-04-01T12:59:56 | 2020-04-01T12:59:56 | {} | MEMBER |
ClickHouse | ClickHouse | 607,355,070 | 6,311 | blinkov | @luck143, do you have any further questions? | 2020-04-01T16:30:20 | 2020-04-01T16:30:20 | {
"+1": 1
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,355,170 | 7,117 | blinkov | @nicolasblaye, do you have any further questions? | 2020-04-01T16:30:31 | 2020-04-01T16:30:31 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,676 | 7,196 | blinkov | @inv2004, do you have any further questions? | 2020-04-01T16:46:33 | 2020-04-01T16:46:33 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,972 | 4,159 | blinkov | @healiseu, do you have any further questions? | 2020-04-01T16:47:03 | 2020-04-01T16:47:03 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,367,754 | 5,589 | blinkov | @I-akshay, do you have any further questions? | 2020-04-01T16:54:10 | 2020-04-01T16:54:10 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,573,997 | 9,991 | den-crane | >Actually we applied toString to all columns since prometheus only supports string for labels.
What API do you use with prometheus?
Perhapse `low_cardinality_allow_in_native_format` can do it automatically
--low_cardinality_allow_in_native_format arg Use LowCardinality type in Native format. O... | 2020-04-02T01:45:16 | 2020-04-02T02:45:52 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 606,989,579 | 9,923 | alexey-milovidov | @azat Maybe also grab integration tests from https://github.com/ClickHouse/ClickHouse/pull/8640/files just in case? | 2020-04-01T02:26:14 | 2020-04-01T02:26:14 | {} | MEMBER |
ClickHouse | ClickHouse | 607,254,641 | 9,987 | naorlov | Solved with disabling TTY in docker exec `docker exec -i some-clickhouse-server clickhouse-client --query "select * from test format TSV" > test_dump.tsv`.
| 2020-04-01T13:37:51 | 2020-04-01T13:37:51 | {
"+1": 2
} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,289,419 | 9,969 | genzgd | Simpler tables also fail . . . so far I've eliminated distributed tables, GROUP BY clauses, and the table TTL as having any effect. A different table produces the same exception:
```CREATE TABLE analytics.error_backup (`datetime` DateTime, `pipeline` String, `host` String, `error_type` String, `error_detail` String... | 2020-04-01T14:39:53 | 2020-04-01T14:42:02 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,297,265 | 8,786 | qoega | @BayoNet lets add a place in docs with all headers list and explanation? Do we have a ticket for that? | 2020-04-01T14:53:47 | 2020-04-01T14:53:47 | {} | MEMBER |
ClickHouse | ClickHouse | 607,355,161 | 7,006 | blinkov | @flyfoxCI, do you have any further questions? | 2020-04-01T16:30:30 | 2020-04-01T16:30:30 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,188,496 | 9,984 | 4ertus2 | Related #3567 | 2020-04-01T11:16:28 | 2020-04-01T11:16:28 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,233,018 | 9,986 | alesapin | Temporary revert this PR. Example of situation which looks like deadlock:
```
Thread 294 (Thread 0x7fe611c21700 (LWP 23866)):
#0 0x00007fe7daf2d9f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fe7ac20bf48) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_com... | 2020-04-01T12:57:01 | 2020-04-01T12:57:23 | {} | MEMBER |
ClickHouse | ClickHouse | 607,306,076 | 4,823 | 4ertus2 | PR #9499 | 2020-04-01T15:08:50 | 2020-04-01T15:08:50 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,363,932 | 4,663 | blinkov | @pbuxtonccuk, do you have any further questions? | 2020-04-01T16:46:59 | 2020-04-01T16:46:59 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,365,515 | 7,806 | ut0mt8 | No. I don't reminder how we manage to solve this issue but we do. | 2020-04-01T16:49:55 | 2020-04-01T16:49:55 | {} | NONE |
ClickHouse | ClickHouse | 607,367,555 | 4,797 | blinkov | @a-rodin, do you have any further questions? | 2020-04-01T16:53:48 | 2020-04-01T16:53:48 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,368,126 | 9,993 | johnatannvmd | Also this query always returns random result
```SQL
SELECT COUNT(*) FROM (SELECT DISTINCT field1, field2 FROM default.table1) t;
``` | 2020-04-01T16:54:51 | 2020-04-01T16:55:08 | {} | NONE |
ClickHouse | ClickHouse | 607,374,624 | 7,196 | inv2004 | @blinkov No, Thank you. | 2020-04-01T17:07:01 | 2020-04-01T17:07:01 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,382,767 | 8,076 | nvartolomei | CI is hibernating? | 2020-04-01T17:22:32 | 2020-04-01T17:22:32 | {} | CONTRIBUTOR |
ClickHouse | ClickHouse | 607,477,901 | 9,986 | alesapin | At least no timeouts. | 2020-04-01T20:38:35 | 2020-04-01T20:38:35 | {} | MEMBER |
ClickHouse | ClickHouse | 581,397,797 | 8,741 | alexey-milovidov | Намеренно. Так такая отвратительная ахинея была написана, а исправлять долго.
Это лучше, чем тот бред, который написали коллеги. | 2020-02-03T12:47:17 | 2020-02-03T12:47:17 | {} | MEMBER |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.