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