Maksim Kita
|
34682c98c7
|
Merge pull request #27605 from Enmk/fix_27193_toDateTime64_conversion
Fixed parsing DateTime64 value from string.
|
2021-08-12 13:32:59 +03:00 |
|
Vasily Nemkov
|
bdc4d9fe75
|
Fixed parsing DateTime64 value from string.
The time offset undeflowed on positive values.
|
2021-08-12 10:37:46 +03:00 |
|
Raúl Marín
|
8bae14acb1
|
Separate minute intervals
Instead of mixing multiple rounding, use toStartOfMinuteInterval for all
minute related calculations
|
2021-08-10 17:01:56 +02:00 |
|
Raúl Marín
|
ede5369265
|
Revert toMinute changes and add additional roundDown fastpath
|
2021-08-10 12:55:49 +02:00 |
|
Raúl Marín
|
0771329bf3
|
Improvements based on review
|
2021-08-09 16:16:17 +02:00 |
|
Raúl Marín
|
367b314df6
|
Linter
|
2021-08-09 15:45:51 +02:00 |
|
Raúl Marín
|
5921f0cc82
|
Make gcc happy
|
2021-08-09 15:45:51 +02:00 |
|
Raúl Marín
|
abeaf60e4a
|
Improve compatibility with non-whole-minute timezone offsets
|
2021-08-09 15:45:51 +02:00 |
|
kssenii
|
3ba2d114d5
|
Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32"
This reverts commit 94a210650f , reversing
changes made to 0893b9ff8e .
|
2021-07-15 11:41:52 +00:00 |
|
alexey-milovidov
|
9ba4064c86
|
Revert "Datatype Date32, support range 1925 to 2283"
|
2021-07-15 10:53:35 +03:00 |
|
neng.liu
|
dfe05ca583
|
fix test error
|
2021-07-11 06:14:03 -07:00 |
|
neng.liu
|
4669839fbb
|
add comment and update ya.make
|
2021-07-11 04:55:42 -07:00 |
|
NengLiu
|
78f0bb9e24
|
add type cast
|
2021-07-09 15:28:44 +08:00 |
|
NengLiu
|
1d7d973dea
|
change addWeeks delta's datatype from Int64 to Int32
|
2021-07-09 11:42:32 +08:00 |
|
NengLiu
|
e172ca240b
|
change addQuarter delta's datatype from Int64 to Int32
|
2021-07-09 11:35:12 +08:00 |
|
neng.liu
|
e47aadfdef
|
Merge branch 'datatype-date32' of https://github.com/liuneng1994/ClickHouse into datatype-date32
|
2021-07-08 00:09:48 -07:00 |
|
neng.liu
|
100d30a5ba
|
fix pr comment
|
2021-07-08 00:06:36 -07:00 |
|
NengLiu
|
8b88988618
|
Merge branch 'master' into datatype-date32
# Conflicts:
# src/DataStreams/PostgreSQLBlockInputStream.cpp
|
2021-07-05 10:18:38 +08:00 |
|
NengLiu
|
00377e7c9b
|
fix style error
|
2021-06-30 17:29:13 +08:00 |
|
Alexey Milovidov
|
d611297a7f
|
Add comment
|
2021-06-29 02:19:09 +03:00 |
|
Alexey Milovidov
|
f4f85a387d
|
Fix DateLUT on Darwin
|
2021-06-29 02:16:19 +03:00 |
|
neng.liu
|
ec7604b013
|
add parquet test and fix add interval error when type is date32
|
2021-06-28 16:36:54 +08:00 |
|
Neng Liu
|
aadc2af5cb
|
add some functional test
|
2021-06-22 19:10:56 +08:00 |
|
Azat Khuzhin
|
2561a67fd8
|
Replace !__clang__ with !defined(__clang) to fix gcc builds
$ gg 'if !__clang__' | cut -d: -f1 | sort -u | xargs sed -i 's/#if !__clang__/#if !defined(__clang__)/g'
|
2021-04-18 23:37:50 +03:00 |
|
Alexey Milovidov
|
7fcae60466
|
Merge branch 'master' into to-start-of-interval-hour-align
|
2021-03-29 05:42:00 +03:00 |
|
Alexey Milovidov
|
ea3cf5c0a7
|
Fix typo
|
2021-03-24 22:48:39 +03:00 |
|
Alexey Milovidov
|
b610afe771
|
Another fix
|
2021-03-24 22:40:45 +03:00 |
|
Alexey Milovidov
|
5a2f2e0cc8
|
Change behaviour of toStartOfInterval in backward incompatible way
|
2021-03-24 01:53:19 +03:00 |
|
Alexey Milovidov
|
3952a8e976
|
Fix UBSan report in addMonths
|
2021-03-22 23:42:09 +03:00 |
|
Alexey Milovidov
|
de091114f3
|
Fix UBSan report
|
2021-03-16 15:22:52 +03:00 |
|
Alexey Milovidov
|
f48bf2aaba
|
Fix issue
|
2021-03-15 23:29:35 +03:00 |
|
Alexey Milovidov
|
671395e8c8
|
Most likely improve performance
|
2021-03-15 22:23:27 +03:00 |
|
Alexey Milovidov
|
845f4afbf4
|
Fix parsing of pre-epoch time
|
2021-03-15 21:09:05 +03:00 |
|
Alexey Milovidov
|
badd5165da
|
Fix UBSan report in rounding to years intervals
|
2021-03-15 20:36:49 +03:00 |
|
Alexey Milovidov
|
1200d9d9c5
|
Range checks and monotonicity
|
2021-03-07 10:10:37 +03:00 |
|
Alexey Milovidov
|
7052ecd446
|
Fix error
|
2021-03-07 09:30:52 +03:00 |
|
Alexey Milovidov
|
1bb62f578b
|
Unit tests passing
|
2021-03-07 04:10:38 +03:00 |
|
Alexey Milovidov
|
0dbadc8d8e
|
Fix error
|
2021-03-07 01:35:23 +03:00 |
|
Alexey Milovidov
|
8d5d1b76fb
|
Fix error
|
2021-03-07 00:36:29 +03:00 |
|
Alexey Milovidov
|
d276fac135
|
Support negative time_t in more functions
|
2021-03-05 05:04:23 +03:00 |
|
Alexey Milovidov
|
738d106874
|
Support negative time_t in more functions
|
2021-03-05 05:03:55 +03:00 |
|
Alexey Milovidov
|
790aa8697c
|
Fix typos
|
2021-03-05 04:47:50 +03:00 |
|
Alexey Milovidov
|
1722978c2b
|
Comments and corrections
|
2021-03-05 04:45:12 +03:00 |
|
Alexey Milovidov
|
b9a8509f79
|
Adjustments
|
2021-03-04 05:18:17 +03:00 |
|
Alexey Milovidov
|
31010624d6
|
Attempt to simplify code
|
2021-03-04 03:35:23 +03:00 |
|
Alexey Milovidov
|
4f08539754
|
Remove strange code
|
2021-03-04 03:01:08 +03:00 |
|
Alexey Milovidov
|
51d51e4748
|
Return private
|
2021-03-04 00:44:58 +03:00 |
|
Alexey Milovidov
|
fdc00beb77
|
Whitespaces
|
2021-03-03 23:56:59 +03:00 |
|
Alexey Milovidov
|
6f5877abdf
|
Fix build after merge with master
|
2021-03-03 23:53:52 +03:00 |
|
Alexey Milovidov
|
4e8239e098
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-03 23:43:20 +03:00 |
|