-
Notifications
You must be signed in to change notification settings - Fork 30
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
@W-11168434 jdbc changes for Rainbow Connector #89
base: develop
Are you sure you want to change the base?
Conversation
Thanks for the contribution! It looks like @soaggarwal is an internal user so signing the CLA is not required. However, we need to confirm this. |
return valueToObject(((ListValue) row).getValues(columnIndex)); | ||
} | ||
|
||
private static Object valueToObject(Value value) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is duplicate method, we should move it to util
import java.util.concurrent.TimeUnit; | ||
|
||
@Slf4j | ||
public class QueryRainbowExecutor extends QueryTokenExecutor{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should reuse existing QueryGrpcExecutor
class here.
No description provided.