Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

making hive warehouse connector compatible with spark 2.4 #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carloslima
Copy link

What changes were proposed in this pull request?

Currently method like executeQuery does not work when running this library with spark 2.4.0 because in spark 2.4.0 some classes have been removed and some classes have been renamed

DataReaderFactory have been renamed to InputPartition
2)DataReader have been renamed to InputPartitionReader
3)SupportsWriteInternalRow have been removed

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

@carloslima
Copy link
Author

I did not write the patch, I'm just creating the PR based on #272

@lfrancke
Copy link

lfrancke commented Sep 7, 2021

I know this is old but: @carloslima did you test this and did this work for you with Spark 2.4?

@carloslima
Copy link
Author

@lfrancke old, indeed 😅

We opted to go a different route so I have no feedback to offer :-)

Please, note that I didn't write this patch. This is all @abh1sh2k work, the only thing I did was open this MR based on their fork that was mentioned in #272.

Assuming @abh1sh2k still uses this patch, they may have something to share :-)

@lfrancke
Copy link

Thanks anyway! I assumed as much :)
The reason I was asking is because I tried it and while it compiles it fails with various errors at runtime.

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