Skip to content

Commit 1cc7d1d

Browse files
committed
Updating changelog and removed useless atom from arrow.
1 parent 9d1134d commit 1cc7d1d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22
# 7.043
3-
* Legacy smile -- 2.6.0 -- support was removed. Support for later smile versions has moved to the scicloj system and operations like PCA are best implemented at this time using neanderthal.
3+
* Legacy smile -- 2.6.0 -- support was removed. Support for later smile versions has moved to the [scicloj system](https://github.com/scicloj/scicloj.ml.smile) and operations like PCA are best implemented at this time using neanderthal.
44

55
# 7.042
66
* Upgrade hamf to get new api methods - lines and re-matches.

src/tech/v3/libs/arrow.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ Dependent block frames are not supported!!")
359359
;; Protocol extensions for arrow schema types
360360
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
361361

362-
(defonce type-atom (atom nil))
363362

364363
(extend-protocol clj-proto/Datafiable
365364
ArrowType$Int
@@ -430,7 +429,7 @@ Dependent block frames are not supported!!")
430429
:ordered? (.isOrdered this)
431430
:index-type (datafy (.getIndexType this))})
432431
ArrowType$List
433-
(datafy [this] (swap! type-atom conj this)
432+
(datafy [this]
434433
{:datatype :list}))
435434

436435

0 commit comments

Comments
 (0)