Skip to content

Commit

Permalink
Run ktlintFormat and apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
RCHowell committed Aug 14, 2024
1 parent dd03f9b commit adc5d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions partiql-spi/api/partiql-spi.api
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ public final class org/partiql/value/io/PartiQLValueWriterBuilder$Companion {

public final class org/partiql/value/ion/IonDatum : org/partiql/eval/value/Datum {
public static final field Companion Lorg/partiql/value/ion/IonDatum$Companion;
public synthetic fun <init> (Lcom/amazon/ionelement/api/AnyElement;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> (Lcom/amazon/ionelement/api/AnyElement;Lorg/partiql/types/PType;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun get (Ljava/lang/String;)Lorg/partiql/eval/value/Datum;
public fun getBigDecimal ()Ljava/math/BigDecimal;
public fun getBigInteger ()Ljava/math/BigInteger;
Expand All @@ -1518,11 +1518,11 @@ public final class org/partiql/value/ion/IonDatum : org/partiql/eval/value/Datum
public fun isMissing ()Z
public fun isNull ()Z
public fun iterator ()Ljava/util/Iterator;
public static final fun of (Lcom/amazon/ionelement/api/AnyElement;)Lorg/partiql/value/ion/IonDatum;
public static final fun of (Lcom/amazon/ionelement/api/AnyElement;)Lorg/partiql/eval/value/Datum;
}

public final class org/partiql/value/ion/IonDatum$Companion {
public final fun of (Lcom/amazon/ionelement/api/AnyElement;)Lorg/partiql/value/ion/IonDatum;
public final fun of (Lcom/amazon/ionelement/api/AnyElement;)Lorg/partiql/eval/value/Datum;
}

public final class org/partiql/value/util/NumberExtensionsKt {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import org.partiql.types.PType
import org.partiql.value.PartiQLValue
import org.partiql.value.PartiQLValueExperimental
import org.partiql.value.io.PartiQLValueIonReaderBuilder
import org.partiql.value.ion.IonDatum
import org.partiql.value.toIon
import org.partiql.planner.catalog.Session as PlannerSession

Expand Down Expand Up @@ -191,7 +190,6 @@ class EvalExecutor(
// NO SHIM (343 failures)
// val datum = IonDatum.of(f.value)


val table = MemoryTable.of(
name = name,
schema = PType.typeDynamic(),
Expand Down

0 comments on commit adc5d2a

Please sign in to comment.