dolphindb 3.0.215 → 3.0.217

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/browser.js CHANGED
@@ -1397,6 +1397,7 @@ export class DdbObj {
1397
1397
  // ...
1398
1398
  // av
1399
1399
  const type_ = this.type - 64;
1400
+ options = { ...options, grouping: false };
1400
1401
  const limit = 10;
1401
1402
  let array_items = new Array(Math.min(limit, this.rows));
1402
1403
  let i_items = 0;