Skip to content

Fix an issue with data format detection in executors #335

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

Merged
merged 1 commit into from
May 25, 2023

Conversation

karlhigley
Copy link
Contributor

@karlhigley karlhigley commented May 25, 2023

There was a stray line of code in the data format detection that converted to TensorTable before detecting the format, which was probably a leftover from the development process. It didn't affect anything yet, since Systems wasn't using these executors and the affected case is only relevant in Systems. Migrating Systems to use these executors instead of custom Workflow running code surfaced the issue.

(NVIDIA-Merlin/systems#354 depends on this)

There was a stray line of code in the data format detection that converted to `TensorTable` before detecting the format, which was probably a leftover from the development process. It didn't affect anything yet, since Systems wasn't using these executors and the affected case is only relevant in Systems. Migrating Systems to use these executors instead of custom Workflow running code surfaced the issue.
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-335

@karlhigley karlhigley merged commit f73c460 into NVIDIA-Merlin:main May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants