Commit Graph

23 Commits

Author SHA1 Message Date
Robert Schulze
9d04d3c3ad
Merge remote-tracking branch 'rschu1ze/master' into better-use-mysql-types-in-show-columns 2023-10-11 15:04:03 +00:00
Robert Schulze
bd43b84bf8
Make use_mysql_types_in_show_columns affect only SHOW COLUMNS 2023-10-10 23:09:49 +00:00
slvrtrn
e06d3ca1a5 Fix MySQL text protocol DateTime
Introduce `removeLowCardinalityAndNullable` function
Fix incorrect removeLowCar/removeNullable usages
Add more MySQL text protocol tests
Deprecate old Java client tests
Use JDK 17 for test MySQL Java container
2023-10-10 19:51:09 +02:00
Michael Kolupaev
2f4d433e69 Parquet filter pushdown 2023-08-21 14:15:52 -07:00
tpanetti
495482cdb2 Refactor ClickHouse->MySQL Type conversion and add configuration setting to trigger type conversion 2023-06-05 15:22:29 -07:00
tpanetti
423afec705 Change case and function name for MySQL Compatible types
This changes the function name for MySQL Compatible types from getMySQLName to getSQLCompatibleName and changes the casing of the types to upper
2023-06-02 10:05:38 -07:00
tpanetti
4c92bc7aad Fix incompatible ClickHouse -> MySQL types for compability mode
This adjusts specific incompatible ClickHouse types to a format that can
be read and interpreted by MySQL (Ex: Int128 -> text)
2023-05-31 15:54:35 -07:00
tpanetti
38634cc5c5 Convert Clickhouse Types to MySQL types in Compatibility mode
This changes MySQL compatibility mode to display MySQL compatible types
2023-05-30 13:29:17 -07:00
avogar
ab899bf2f3 Allow types conversion in Native input format 2023-02-27 19:28:19 +00:00
feng lv
6325d4d9b0 continue of #34317
fix

fix
2022-02-06 08:59:17 +00:00
Anton Popov
1628f50e51
Merge branch 'master' into sparse-serialization 2021-11-02 06:26:18 +03:00
avogar
324dfd4f81 Refactor and improve TSV, CSV and JSONCompactEachRow formats, fix some bugs in formats 2021-10-14 13:32:49 +03:00
Anton Popov
860ed20368 ColumnSparse: more fixes 2021-04-15 05:16:09 +03:00
Anton Popov
be540e442d return back data types 2021-03-09 17:10:28 +03:00
Anton Popov
1e61f64f95 move data types to serializations 2021-03-09 17:04:20 +03:00
Alexey Milovidov
a9d9a6d56f Merge branch 'master' into in-memory-compression 2021-02-19 12:01:33 +03:00
Alexey Milovidov
b7011f4f9c Fix build 2021-02-18 02:52:07 +03:00
Vitaly Baranov
18e036d19b Improved serialization for data types combined of Arrays and Tuples.
Improved matching enum data types to protobuf enum type.
Fixed serialization of the Map data type.
Omitted values are now set by default.
2021-02-17 20:50:09 +03:00
Anton Popov
1f65478b49 implement nested with multiple nesting 2020-11-21 20:27:42 +03:00
Anton Popov
e9333e37ba implement nested with multiple nesting 2020-11-10 15:13:33 +03:00
Anton Popov
c75262120a better subcolumns for arrays 2020-10-19 19:25:42 +03:00
Anton Popov
cbe12a532e allow to extract subcolumns from column 2020-10-13 22:39:22 +03:00
Ivan Lezhankin
06446b4f08 dbms/ → src/ 2020-04-03 18:14:31 +03:00