Skip to content

Commit

Permalink
remove centos profile and fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 11, 2024
1 parent 4ad7869 commit df7acae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,6 @@ under the License.
</properties>
</profile>

<profile>
<id>release-centos7</id>
<properties>
<jni.dir>${project.basedir}/../core/target/x86_64-unknown-linux-gnu/release</jni.dir>
</properties>
</profile>

<profile>
<id>Win-x86</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,7 @@ object CometShuffleExchangeExec extends ShimCometShuffleExchangeExec {
val pageSize = SparkEnv.get.memoryManager.pageSizeBytes

val sorter = UnsafeExternalRowSorter.createWithRecordComparator(
<<<<<<< HEAD
//StructType.fromAttributes(outputAttributes),
StructType(outputAttributes.map(a => StructField(a.name, a.dataType, a.nullable, a.metadata))),
=======
fromAttributes(outputAttributes),
>>>>>>> apache/main
recordComparatorSupplier,
prefixComparator,
prefixComputer,
Expand Down

0 comments on commit df7acae

Please sign in to comment.