Skip to content

Commit 70c8c23

Browse files
committed
Merge branch '3.0_develop_uprootraw' of github.com:ssl-hep/ServiceX_frontend into 3.0_develop_uprootraw
2 parents c5005bb + 2b743da commit 70c8c23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

servicex/servicex_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def get_codegen(_sample: Sample, _general: General):
6464
result_format=config.General.OutputFormat,
6565
ignore_cache=sample.IgnoreLocalCache,
6666
query=sample.Query)
67+
# query._q_ast = sample.Query._q_ast
68+
# query._item_type = sample.Query._item_type
6769
if isinstance(sample.Query, FuncADLQuery):
6870
query = sx.func_adl_dataset(sample.dataset_identifier, sample.Name,
6971
get_codegen(sample, config.General),

0 commit comments

Comments
 (0)