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

HAWQ-120. Descriptive error message if the PXF plugin used has the ol… #123

Closed
wants to merge 2 commits into from

Conversation

hornn
Copy link
Contributor

@hornn hornn commented Nov 19, 2015

…d package name


try {
Utilities.createAnyInstance(InputData.class,
"com.pivotal.pxf.Lucy", metaData);
Copy link
Contributor

Choose a reason for hiding this comment

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

haha good name

@shivzone
Copy link
Contributor

+1

@hornn hornn closed this Nov 23, 2015
@hornn hornn deleted the HAWQ-120 branch November 30, 2015 17:43
assertEquals(e.getClass(), Exception.class);
assertEquals(
e.getMessage(),
"Class " + className + " doesn't not appear in classpath. "
Copy link

Choose a reason for hiding this comment

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

typo: "doesn't not"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants