wchevreuil commented on code in PR #155:
URL: https://github.com/apache/hbase-connectors/pull/155#discussion_r3391696349


##########
hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml:
##########
@@ -34,6 +34,12 @@
       <useAllReactorProjects>true</useAllReactorProjects>
       <excludes>
         <exclude>org.apache.hbase.connectors.spark:hbase-spark-it</exclude>
+        <!-- Not yet packaged when assembly runs (reactor lists spark4 after 
this module).
+             Exclude until dist layout includes Spark 4; -->
+        <exclude>org.apache.hbase.connectors.spark:hbase-spark4</exclude>
+        <!-- Keep the Scala binary suffix in sync with scala.binary.version in 
spark4/pom.xml;
+              hbase-spark-pushdown artifactId is version-suffixed. -->
+        
<exclude>org.apache.hbase.connectors.spark:hbase-spark-pushdown_2.13</exclude>

Review Comment:
   I think we can.



-- 
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]

Reply via email to