Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/217#issuecomment-39630090
  
    1) What do you mean "not be in the Spark project"? Do you mean the package 
name associated with the class? The tool now just creates classes in the 
default (i.e. no) package.
    2) There is a function createCompiledClass that will generate a class 
file... that enough?
    3) For this one you might need to extend the test utility a bit. The 
simplest way might be to add a static field to all classes with a version 
(`static int version = $version;`) and you can pass an optional version in 
createCompiledClass with a version, which could just default to 1.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to