Skip to content

Commit

Permalink
query_online can be null (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Nov 18, 2020
1 parent 1a9f81d commit a24a06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hsfs/core/fs_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class FsQuery:
def __init__(
self,
query,
query_online,
on_demand_feature_groups,
hudi_cached_feature_groups,
query_online=None,
href=None,
expand=None,
items=None,
Expand Down

0 comments on commit a24a06e

Please sign in to comment.