Skip to content

Commit d2ed41e

Browse files
authored
generic null placeholder (#136)
1 parent 32c2277 commit d2ed41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/processes/gateway.q

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ syncexecjpre36:{[query;servertype;joinfunction]
507507
// to allow parallel execution, send an async query up each handle, then block and wait for the results
508508
(neg handles)@\:({@[neg .z.w;@[{(1b;.z.p;value x)};x;{(0b;.z.p;x)}];{@[neg .z.w;(0b;.z.p;x);()]}]};query);
509509
// flush
510-
(neg handles)@\:.gw.placehold;
510+
(neg handles)@\:(::);
511511
// block and wait for the results
512-
res:handles@\:.gw.placehold;
512+
res:handles@\:(::);
513513
// update the usage data
514514
update inuse:0b,usage:usage+(handles!res[;1] - start)[handle] from `.gw.servers where handle in handles;
515515
// check if there are any errors in the returned results

0 commit comments

Comments
 (0)