Skip to content

Commit

Permalink
0.0.174
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Sep 9, 2024
1 parent da78f91 commit 075d532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions orso/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def collect(
"""
from orso.compute.compiled import collect_cython

self.materialize()

if limit is None or limit < 0:
limit = -1

Expand Down
2 changes: 1 addition & 1 deletion orso/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "0.0.173"
__version__: str = "0.0.174"
__author__: str = "@joocer"

0 comments on commit 075d532

Please sign in to comment.