You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "LuciferYang (via GitHub)" <gi...@apache.org> on 2023/07/10 03:26:43 UTC

[GitHub] [spark] LuciferYang commented on pull request #41882: [SPARK-44324][SQL][CONNECT] Move CaseInsensitiveMap to sql/api

LuciferYang commented on PR #41882:
URL: https://github.com/apache/spark/pull/41882#issuecomment-1628040570

   @amaliujia Sorry to late reply, we need add 
   ```
   <plugin>
                   <groupId>org.codehaus.mojo</groupId>
                   <artifactId>build-helper-maven-plugin</artifactId>
                   <executions>
                       <execution>
                           <id>add-sources</id>
                           <phase>generate-sources</phase>
                           <goals>
                               <goal>add-source</goal>
                           </goals>
                           <configuration>
                               <sources>
                                   <source>src/main/scala-${scala.binary.version}</source>
                               </sources>
                           </configuration>
                       </execution>
                   </executions>
               </plugin>
   ```
   
   to pom.xml like 
   https://github.com/apache/spark/blob/4bec3114c3cb6c49eff3c2c853e58ef239d0bacf/sql/catalyst/pom.xml#L191-L207


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org