ClickHouse/src
Azat Khuzhin 6b1e184e12 Print original query for AST formatting check on CI
It may be tricky to understand the root cause of the AST formatting
issue in case of syntax error, so add one knob to control this -
debug_ast_formatting_print_original_query.

And CI contains core dumps anyway, so let's enable for CI.

P.S. There was concern from @al13n321 that printing original query even
in debug build is not a good idea [1], hence a knob for this.

  [1]: https://github.com/ClickHouse/ClickHouse/pull/63357/files#r1674809348

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-05 08:37:45 +02:00
..
Access
AggregateFunctions Merge pull request #67306 from ucasfl/uniq-crash 2024-08-04 16:12:00 +00:00
Analyzer Merge pull request #67295 from canhld94/fix_empty_tuple_in_lhs_in 2024-08-03 20:57:59 +00:00
Backups Merge pull request #67645 from ClickHouse/fix-race-condition-in-settings-processlist 2024-08-03 22:21:49 +00:00
Bridge
BridgeHelper
Client Merge pull request #66528 from Algunenano/getSettingsCopy 2024-07-31 09:55:21 +00:00
Columns
Common Merge pull request #67459 from ClickHouse/write-buffer-from-s3-fix-dtor 2024-08-04 09:27:24 +00:00
Compression
Coordination
Core Merge with master 2024-08-04 00:34:58 +02:00
Daemon
Databases Merge branch 'master' into fix-race-condition-in-settings-processlist 2024-08-03 19:03:54 +02:00
DataTypes
Dictionaries
Disks Merge pull request #67623 from ClickHouse/fix-logical-error-in-cached-about-expected-read-size 2024-08-04 15:44:46 +00:00
Formats
Functions Merge pull request #67741 from ClickHouse/arrayWithConstant-safety-thresholds 2024-08-04 13:22:06 +00:00
Interpreters Print original query for AST formatting check on CI 2024-08-05 08:37:45 +02:00
IO Merge pull request #67324 from ClickHouse/fix-json-recursion 2024-08-04 13:21:44 +00:00
Loggers
Parsers
Planner Merge branch 'master' into fix-json-recursion 2024-08-03 19:06:25 +02:00
Processors
QueryPipeline
Server
Storages Fill only selected columns from system.clusters 2024-08-03 23:37:26 +02:00
TableFunctions
CMakeLists.txt
configure_config.cmake
NOTICE