-
Notifications
You must be signed in to change notification settings - Fork 44
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
Remove read() method from spark engine #7
Comments
Also I think you are logging the query twice. Once in the query and once in spark engine. |
moritzmeister
pushed a commit
that referenced
this issue
Feb 5, 2020
tdoehmen
referenced
this issue
in tdoehmen/feature-store-api
Sep 22, 2022
tdoehmen
added a commit
that referenced
this issue
Sep 22, 2022
* remove unused import * init * black has been run * add datetime object * add datetime object * check timestamp length * address comments * allow timestamp=None for feature group as of (#7) * fix tests * remove redundant timestamp conversions * address comments * updated docstrings (#8) Co-authored-by: Ralf <bubriks@gmail.com> Co-authored-by: Till Döhmen <till.doehmen@web.de>
kennethmhc
pushed a commit
to kennethmhc/feature-store-api
that referenced
this issue
Sep 23, 2022
* remove unused import * init * black has been run * add datetime object * add datetime object * check timestamp length * address comments * allow timestamp=None for feature group as of (logicalclocks#7) * fix tests * remove redundant timestamp conversions * address comments * updated docstrings (logicalclocks#8) Co-authored-by: Ralf <bubriks@gmail.com> Co-authored-by: Till Döhmen <till.doehmen@web.de> (cherry picked from commit ac21e4d) # Conflicts: # python/hsfs/constructor/query.py # python/hsfs/core/feature_view_engine.py # python/hsfs/engine/python.py # python/hsfs/feature_group.py # python/hsfs/training_dataset.py # python/hsfs/util.py # python/tests/engine/test_python.py # python/tests/engine/test_spark.py
SirOibaf
pushed a commit
that referenced
this issue
Sep 26, 2022
* remove unused import * init * black has been run * add datetime object * add datetime object * check timestamp length * address comments * allow timestamp=None for feature group as of (#7) * fix tests * remove redundant timestamp conversions * address comments * updated docstrings (#8) Co-authored-by: Ralf <bubriks@gmail.com> Co-authored-by: Till Döhmen <till.doehmen@web.de> (cherry picked from commit ac21e4d) # Conflicts: # python/hsfs/constructor/query.py # python/hsfs/core/feature_view_engine.py # python/hsfs/engine/python.py # python/hsfs/feature_group.py # python/hsfs/training_dataset.py # python/hsfs/util.py # python/tests/engine/test_python.py # python/tests/engine/test_spark.py
kennethmhc
pushed a commit
to kennethmhc/feature-store-api
that referenced
this issue
Nov 16, 2022
* remove unused import * init * black has been run * add datetime object * add datetime object * check timestamp length * address comments * allow timestamp=None for feature group as of (logicalclocks#7) * fix tests * remove redundant timestamp conversions * address comments * updated docstrings (logicalclocks#8) Co-authored-by: Ralf <bubriks@gmail.com> Co-authored-by: Till Döhmen <till.doehmen@web.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove the redundant read() method from spark engine. .sql() is enough.
The text was updated successfully, but these errors were encountered: