File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,9 @@ jobs:
129129 rust-version : stable
130130 - name : Check datafusion-proto (no-default-features)
131131 run : cargo check --profile ci --all-targets --no-default-features -p datafusion-proto
132- - name : Check datafusion-proto (json)
133- run : cargo check --profile ci --all-targets --no-default-features -p datafusion-proto --features=json
132+ # fails due to https://github.com/apache/datafusion/issues/15157
133+ # - name: Check datafusion-proto (json)
134+ # run: cargo check --profile ci --all-targets --no-default-features -p datafusion-proto --features=json
134135 - name : Check datafusion-proto (parquet)
135136 run : cargo check --profile ci --all-targets --no-default-features -p datafusion-proto --features=parquet
136137 - name : Check datafusion-proto (avro)
You can’t perform that action at this time.
0 commit comments