Skip to content

Commit

Permalink
Fix bad conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Avogar committed Sep 14, 2023
1 parent a86a38c commit 4722c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Formats/FormatFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class FormatFactory final : private boost::noncopyable
SchemaReaderCreator schema_reader_creator;
ExternalSchemaReaderCreator external_schema_reader_creator;
bool supports_parallel_formatting{false};
bool supports_subcolumns{false};
bool prefers_large_blocks{false};
NonTrivialPrefixAndSuffixChecker non_trivial_prefix_and_suffix_checker;
AppendSupportChecker append_support_checker;
Expand Down

0 comments on commit 4722c3b

Please sign in to comment.