LuciferYang commented on code in PR #53761: URL: https://github.com/apache/spark/pull/53761#discussion_r2681080859
########## core/src/main/scala/org/apache/spark/util/BestEffortLazyVal.java: ########## @@ -14,9 +14,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.spark.util +package org.apache.spark.util; Review Comment: Java files should be placed in the `src/main/java/` directory, not in the `src/main/scala` directory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
