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

Fix type error in TFTransformer example in README #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix type error in TFTransformer example in README #137

wants to merge 1 commit into from

Conversation

asw456
Copy link

@asw456 asw456 commented Jun 15, 2018

Fixes the following Exception that occurs when running odf = transformer.transform(sdf) with Apache Spark 2.3.0, Scala 2.11 from Databricks

java.lang.Exception: The type of node 'input_tensor' (ScalarDoubleType) is not compatible with the data type of the column (ScalarFloatType)

@codecov-io
Copy link

codecov-io commented Jun 15, 2018

Codecov Report

Merging #137 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  Coverage   85.37%   85.37%           
=======================================
  Files          33       33           
  Lines        1921     1921           
  Branches       44       44           
=======================================
  Hits         1640     1640           
  Misses        281      281

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b73a4a2...ac45f60. Read the comment docs.

@sarchak
Copy link

sarchak commented Sep 20, 2018

Hitting the same issue any plans on merging this?

@ronitshaw
Copy link

Facing the same issue!

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

Successfully merging this pull request may close these issues.

5 participants