Skip to content

Parquet reader refactor: move to a Streamly-based streaming pipeline #1368

Parquet reader refactor: move to a Streamly-based streaming pipeline

Parquet reader refactor: move to a Streamly-based streaming pipeline #1368

Triggered via pull request May 9, 2026 08:28
Status Failure
Total duration 11m 38s
Artifacts

haskell-ci.yml

on: pull_request
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
fourmolu
fourmolu detected unformatted files
fourmolu
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, haskell-actions/run-fourmolu@v11. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
hlint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, haskell-actions/hlint-run@v2, haskell-actions/hlint-setup@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
hlint: src/DataFrame/IO/Parquet/Thrift.hs#L427
Suggestion in ColumnOrder in module DataFrame.IO.Parquet.Thrift: Use newtype instead of data ▫︎ Found: "data ColumnOrder\n = TYPE_ORDER (Field 1 TypeDefinedOrder)\n deriving (Eq, Show, Generic)" ▫︎ Perhaps: "newtype ColumnOrder\n = TYPE_ORDER (Field 1 TypeDefinedOrder)\n deriving (Eq, Show, Generic)" ▫︎ Note: decreases laziness
hlint: src/DataFrame/IO/Parquet.hs#L455
Suggestion in getNullableColumn in module DataFrame.IO.Parquet: Use <$> ▫︎ Found: "fmap (\\ (vs, ds, _) -> (vs, ds))\n $ Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks)" ▫︎ Perhaps: "((\\ (vs, ds, _) -> (vs, ds))\n <$>\n Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks))"
hlint: src/DataFrame/IO/Parquet.hs#L446
Suggestion in getNullableColumn in module DataFrame.IO.Parquet: Use <$> ▫︎ Found: "fmap (\\ (vs, ds, _) -> (vs, ds))\n $ Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks)" ▫︎ Perhaps: "((\\ (vs, ds, _) -> (vs, ds))\n <$>\n Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks))"
hlint: src/DataFrame/IO/Parquet.hs#L409
Suggestion in getNonNullableColumn in module DataFrame.IO.Parquet: Use <$> ▫︎ Found: "fmap (\\ (vs, _, _) -> vs)\n $ Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks)" ▫︎ Perhaps: "((\\ (vs, _, _) -> vs)\n <$>\n Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks))"
hlint: src/DataFrame/IO/Parquet.hs#L399
Suggestion in getNonNullableColumn in module DataFrame.IO.Parquet: Use <$> ▫︎ Found: "fmap (\\ (vs, _, _) -> vs)\n $ Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks)" ▫︎ Perhaps: "((\\ (vs, _, _) -> vs)\n <$>\n Stream.unfoldEach\n (readPages description decoder) (Stream.fromList chunks))"
Haskell-CI - Linux - ghc-9.8.4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.10.3
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.4.8
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.12.2
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Haskell-CI - Linux - ghc-9.6.7
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/