File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
yt/yt/client/table_client Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,8 @@ void TChunkWriterOptions::Register(TRegistrar registrar)
469469 .Default (true );
470470 registrar.Parameter (" cast_any_to_composite" , &TThis::CastAnyToCompositeNode)
471471 .Default ();
472+ registrar.Parameter (" cast_composite_to_any" , &TThis::CastCompositeToAny)
473+ .Default (false );
472474 registrar.Parameter (" single_column_group_by_default" , &TThis::SingleColumnGroupByDefault)
473475 .Default ();
474476 registrar.Parameter (" enable_columnar_value_statistics" , &TThis::EnableColumnarValueStatistics)
Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ struct TChunkWriterOptions
415415 bool EnableSkynetSharing;
416416 bool ReturnBoundaryKeys;
417417 bool CastAnyToComposite = false ;
418+ bool CastCompositeToAny;
418419 bool SingleColumnGroupByDefault = false ;
419420 bool EnableColumnarValueStatistics;
420421 bool EnableRowCountInColumnarStatistics;
You can’t perform that action at this time.
0 commit comments