Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,10 @@
return interleavedBytes;
}
}


value >> (Integer.SIZE - 1); ❌ wrong

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

class, interface, enum, or record expected

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '\u274c'

Check failure on line 222 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

class, interface, enum, or record expected
```

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '`'

Check failure on line 223 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '`'
- To this:

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

class, interface, enum, or record expected

Check failure on line 224 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

class, interface, enum, or record expected
```java

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '`'

Check failure on line 225 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '`'
value >> (Long.SIZE - 1); ✅ correct

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-tests (17)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / open-api-test-fixtures-runtime

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / build-javadoc (21)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.0

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 2.0)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (21, 2.0)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (21, 4.0, 2.13, extensions)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-tests (17, 3.5, 2.12, extensions)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.0_2.13

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-scala-2-12-tests (17, 1.20)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / hive2-tests (21)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-12-tests (17)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / delta-conversion-scala-2-13-tests (17)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-4.1_2.13

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / spark-runtime-3.5_2.12

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / core-tests (21)

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / check-runtime-deps

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-1.20

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / kafka-connect-runtime

illegal character: '\u2705'

Check failure on line 226 in core/src/main/java/org/apache/iceberg/util/ZOrderByteUtils.java

View workflow job for this annotation

GitHub Actions / flink-runtime-2.1

illegal character: '\u2705'
Loading