fixes in master
This commit is contained in:
@@ -729,7 +729,8 @@ def getsmallrowdata_db(columns,ids=[],debug=False):
|
||||
data.append(df)
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
except pyarrow.lib.ArrowInvalid:
|
||||
pass
|
||||
|
||||
try:
|
||||
df = pd.concat(data,axis=0)
|
||||
|
||||
Reference in New Issue
Block a user