Replies: 3 comments
|
You can use |
0 replies
Is this a compilation error or a runtime error. If it is a compilation error you are likely mixing arrow versions, you need to use the same version of arrow as datafusion is. If you can share your Cargo.toml I can advise |
0 replies
|
Hello! Sorry it took me that long to report back. You are rigth @tustvold it was a dependency conflict between datafusion and arrow |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello!
My use case looks like this: I am reading an ipc stream and I would like to register record batches to datafusion, this is the snippet of the code I wrote:
register_batchfails with such error and I am not sure about how to move from a arrow::record_batch to a datafusion::arrow::record_batch or if I am doing all of this in the wrong way.expected
datafusion::arrow::record_batch::RecordBatch, foundarrow::record_batch::RecordBatchThanks
All reactions