You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
errAcc=multierror.Append(errAcc, fmt.Errorf("invalid target %s in configuration of %s", target, DefaultWildcardIndexName))
553
553
}
554
554
}
555
+
ifdefaultConfig.UseCommonTable {
556
+
// We set both flags to true here
557
+
// as creating common table depends on the first one
558
+
conf.CreateCommonTable=true
559
+
conf.UseCommonTableForWildcard=true
560
+
}
555
561
iflen(defaultConfig.QueryTarget) >1 {
556
562
errAcc=multierror.Append(errAcc, fmt.Errorf("the target configuration of default index ('%s') of query processor is not currently supported", DefaultWildcardIndexName))
// as creating common table depends on the first one
646
+
conf.CreateCommonTable=true
647
+
conf.UseCommonTableForWildcard=true
648
+
}
649
+
629
650
iflen(defaultConfig.QueryTarget) >1 {
630
651
errAcc=multierror.Append(errAcc, fmt.Errorf("the target configuration of default index ('%s') of query processor is not currently supported", DefaultWildcardIndexName))
errAcc=multierror.Append(errAcc, fmt.Errorf("the target configuration of default index ('%s') of query processor and ingest processor should consistently use quesma common table property", DefaultWildcardIndexName))
0 commit comments