Skip to content

Stream method call add status events listen #7

Merged
westonpace merged 2 commits intolancedb:mainfrom
rongfengliang:patch-1
Jan 7, 2025
Merged

Stream method call add status events listen #7
westonpace merged 2 commits intolancedb:mainfrom
rongfengliang:patch-1

Conversation

@rongfengliang
Copy link
Contributor

call add status events listen for support in some database (for example Dremio arrow flight SQL )

call add status events listen for support some database (for example Dremio arrow flight SQL )
@westonpace
Copy link
Contributor

Thanks. I verified this doesn't cause any issues with the servers I work with. I might need to get a more expansive set of integration tests running at some point. Do you know if there is a quick and easy way to run a dremio server (I haven't done much with dremio)?

@westonpace westonpace merged commit decae73 into lancedb:main Jan 7, 2025
2 checks passed
@rongfengliang
Copy link
Contributor Author

using docker just running docker run -d -p 32010:32010 -p 9047:9047 dremio/dremio-oss:25.2 and 32010 is the arrow flight SQL port

const client = await Client.connect({
  host: "127.0.0.1:32010",
  username: "xxxx",
  password: "xxxx",
  insecure:true, // add this default not using tls
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants