We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b8a10 commit b9589f6Copy full SHA for b9589f6
HapiServerBase/src/org/hapiserver/source/tap/CefFileIterator.java
@@ -512,7 +512,7 @@ private HapiRecord parseRecord(ByteBuffer record) {
512
ParamStruct p = cef.parameters.get(key);
513
int index= p.cefFieldPos[0];
514
if (index==-1 ) { // Non-record-varying
515
- columnIndices.add(Collections.singletonList(-i));
+ //columnIndices.add(Collections.singletonList(-i));
516
String[] nonRecordVaryingValues= (String[])p.entries.get("DATA");
517
vfields.put( -i, nonRecordVaryingValues );
518
} else {
0 commit comments