-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
https://github.com/sql-machine-learning/gohive/blob/develop/rows.go line 54
I got an error Incorrect frame size (18583244)while I send a request for a big frame size data.
I think the function r.batchFetch() should raise that error while it doesn't do this.
Further more, the default parameter frame size here
const DEFAULT_MAX_LENGTH = 16384000 should be optional for users.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working