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

add origin application version to header #65

Merged
merged 8 commits into from
Jan 31, 2019
Merged

Conversation

ohadbitt
Copy link
Collaborator

add origin application version to connectionStringBuilder to be added to the header (if not given will use the old way to retrieve java client version)

Copy link
Contributor

@tamirkamara tamirkamara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of general things:

  1. Please re-format the code (intellij action) of the files you changed
  2. I'd rethink how you handle the version reported to the traces because: (a) you let the user totally override the string reported which can produce traces that you could not understand later. (b) since client libs (even the spark connector) will depend on this lib but not package it internally, you can't infer one version from the other. In short, I think the user defined string should be concatenated to the base lib version.

@ohadbitt
Copy link
Collaborator Author

add origin application version to connectionStringBuilder to be added to the header (if not given will use the old way to retrieve java client version)

@ohadbitt ohadbitt merged commit 73e6a9f into dev Jan 31, 2019
@ohadbitt ohadbitt deleted the add-originApplicationVersion branch January 31, 2019 12:19
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.

4 participants