docs/changelogs/v24.8.3.59-lts.md
SELECT 1 SETTINGS use_query_cache = true, query_cache_tag = 'abc' can now be dropped by SYSTEM DROP QUERY CACHE TAG 'abc' (or of course just: SYSTEM DROP QUERY CACHE which will clear the entire query cache). #68477 (Michał Tabaszewski).fromModifiedJulianDay. It was supposed to be 9999-12-31 but was mistakenly set to 9999-01-01. #67583 (PHO).... FROM file('a.parquet', Parquet, 'x String'), but the file has x Int64). Without this fix, use input_format_parquet_filter_push_down = 0 as a workaround. #68131 (Michael Kolupaev).schema_inference_make_columns_nullable=0 still can make columns Nullable in Parquet/Arrow formats. The change was backward incompatible and users noticed the changes in the behaviour. This PR makes schema_inference_make_columns_nullable=0 to work as before (no Nullable columns will be inferred) and introduces new value auto for this setting that will make columns Nullable only if data has information about nullability. #68298 (Kruglov Pavel). _table and _database to distributed tables. They were available until version 24.3. #68672 (Anton Popov).Size of permutation (0) is less than required (...) during Variant column permutation. #68681 (Kruglov Pavel).DB::Exception: Block structure mismatch in joined block stream: different columns: with new JSON column. #68686 (Kruglov Pavel).sipHash(64/128)Keyed. #68731 (Salvatore Mesoraca).optimize_functions_to_subcolumns. #68951 (Anton Popov).01396_inactive_replica_cleanup_nodes_zookeeper. #68715 (alesapin).