Skip to content

Unfreezable with large dataset #8

Description

@Camsbury

I'm succeeding in joining smaller chunks of a large dataset in memory (that have been frozen/saved individually), but when I concat them and try

  (tio/put-nippy!
   (tio/gzip-output-stream! path)
   (tds/dataset->data ds))

I get something like the following. Have also seen I here instead of J. Maybe some compression stuff gone awry?

Unhandled clojure.lang.ExceptionInfo
   Unfreezable type: class [J
   {:type [J, :as-str "#object[\"[J\" 0x7fbe02ac \"[J@7fbe02ac\"]"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions