ClickHouse/programs/copier
Azat Khuzhin c99bd06195 copier: fix partition_key alias using WITH
After those changes it is not possible to add an alias for the tuple
element anymore, i.e.:

  $ clickhouse-local -q 'select ((1,2) = (1,2) as foo), foo'
  1       1
  $ clickhouse-upstream local -q 'select ((1,2) = ((1,2) as foo)), foo'
  1       (1,2)

But these can be done using WITH statement.
2021-09-12 00:15:31 +03:00
..
Aliases.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
clickhouse-copier.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ClusterCopier.cpp copier: fix partition_key alias using WITH 2021-09-12 00:15:31 +03:00
ClusterCopier.h delete partition from original table in case of errors while moving 2021-06-04 14:21:47 +00:00
ClusterCopierApp.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ClusterCopierApp.h add status json 2021-05-31 17:38:55 +03:00
ClusterPartition.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
Internals.cpp Readability of error message for ORDER BY 2021-04-11 20:40:00 -04:00
Internals.h Final fixes 2021-05-29 00:34:44 +03:00
ShardPartition.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ShardPartitionPiece.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
StatusAccumulator.h add status json 2021-05-31 17:38:55 +03:00
TaskCluster.h style 2021-05-31 17:41:35 +03:00
TaskTableAndShard.h fix 2021-06-17 15:58:05 +00:00
ZooKeeperStaff.h Avoid errors due to implicit int<->bool conversions when using ZK API 2020-06-12 18:09:12 +03:00