dolphindb 2.0.1033 → 2.0.1035

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -2708,7 +2708,7 @@ export class DDB {
2708
2708
  this.streaming.table,
2709
2709
  (this.streaming.action ||= `api_js_${new Date().getTime()}`),
2710
2710
  ...this.streaming?.filters?.column ? [
2711
- new DdbVoid(),
2711
+ new DdbVoid(), // offset
2712
2712
  this.streaming.filters.column // filter
2713
2713
  ] : []
2714
2714
  ], {