dolphindb 3.0.126 → 3.0.127

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
@@ -834,7 +834,7 @@ export class DdbObj {
834
834
  for (let i = 1; i < length; i++) {
835
835
  const sub_vector = anys[i];
836
836
  const sub_type = sub_vector.type;
837
- sub_vecs.set(sub_type, converts(sub_type, sub_vector.data(), sub_vector.length, le));
837
+ sub_vecs.set(sub_type, sub_vector.data());
838
838
  }
839
839
  return [
840
840
  len,