Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing transit handler for tech.v3.dataset.Text class #3

Closed
hjrnunes opened this issue Aug 14, 2022 · 1 comment
Closed

Missing transit handler for tech.v3.dataset.Text class #3

hjrnunes opened this issue Aug 14, 2022 · 1 comment

Comments

@hjrnunes
Copy link

Hi!

Title says it all. The following test passes and it shouldn't.

(deftest encode-text
  (let [dataset (tmd-io/->dataset [{:col "a"}] {:parser-fn :text})]
    (is (thrown-with-msg? Exception #"Not supported: class tech.v3.dataset.Text"
                          (tmd-transit/dataset->transit-str dataset)))))
@cnuernber
Copy link
Owner

Yep - good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants