File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22# DO NOT EDIT THIS FILE DIRECTLY
33
4- __build__ = 1709
4+ __build__ = 1710
55__author__ = "@joocer"
6- __version__ = "0.26.0-beta.1709 "
6+ __version__ = "0.26.0-beta.1710 "
77
88# Store the version here so:
99# 1) we don't load dependencies by storing it in __init__.py
Original file line number Diff line number Diff line change 88given as a folder on local disk
99"""
1010
11- import mmap
1211import os
1312import time
1413from typing import Dict
@@ -115,7 +114,7 @@ def read_blob(
115114 If an I/O error occurs while reading the file.
116115 """
117116 from opteryx .compiled .io .disk_reader import read_file_mmap
118- from opteryx .compiled .io .disk_reader import unmap_memory
117+ # from opteryx.compiled.io.disk_reader import unmap_memory
119118
120119 # Read using mmap for maximum speed
121120 mmap_obj = read_file_mmap (blob_name )
Original file line number Diff line number Diff line change 11[project ]
22name = " opteryx"
3- version = " 0.26.0-beta.1709 "
3+ version = " 0.26.0-beta.1710 "
44description = " Query your data, where it lives"
55requires-python = ' >=3.11'
66readme = {file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments