Skip to content

Conversation

@BryanCutler
Copy link
Member

@BryanCutler BryanCutler commented Sep 30, 2019

This corrects API issues with TF 1.15.0 and fixes a bug in reading ArrowStreamDataset messages causing test failures. Arrow tests are now all enabled.

@BryanCutler
Copy link
Member Author

Fixes Arrow test failures from #431
cc @yongtang @terrytangyuan



class ArrowBaseDataset(data.Dataset):
class ArrowBaseDataset(dataset_ops.DatasetV2):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this ok to use as a base for 1.15.0?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be OK I think. As long as dataset could be passed to tf.keras (with 1.15 and 2.0) we should be fine. Both DatasetV1 and DatasetV2 works with tf.keras. 👍

Copy link
Member

@yongtang yongtang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the fix!

@yongtang yongtang merged commit 94b2fed into tensorflow:R0.8 Oct 1, 2019
@yongtang
Copy link
Member

yongtang commented Oct 1, 2019

Actually it might be easier to PR against master, then cherry-pick or rebase in R0.8 instead. As the Google CLA will post some issues in R0.8 branch. Let me fix that.

@yongtang
Copy link
Member

yongtang commented Oct 1, 2019

Cherry-picked to master and fixed the CLA issue.

@BryanCutler
Copy link
Member Author

Thanks @yongtang !

@BryanCutler BryanCutler deleted the fix-arrow-tf-1_15rc1 branch October 1, 2019 17:24
@yongtang yongtang mentioned this pull request Oct 9, 2019
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.

3 participants