Christopher Lambert

Results 30 comments of Christopher Lambert

note that this should also allow us to get rid of this workaround again: https://github.com/projectnessie/nessie-demos/blob/ceca57e14a3610ed4c86a8886e72c505f03ab0c1/notebooks/tests/test_nessie_iceberg_hive_demo_nba.py#L32-L33 (also exist in the related notebook)

https://github.com/projectnessie/nessie-demos/commit/3c714c360f15c2cdff9dda44cd9ed843a85338e7 can be used as a guideline

> all actual tests are integration tests - via 'intTest` my point was that the gradle build gives no feedback on what / how many tests have been executed

In https://github.com/projectnessie/nessie-demos/pull/293 we made it so the notebook files in the repo keep the output from the last run. so potentially in our docs we could include links to github...

if this involves a lot of changes we could also consider using https://github.com/samuelcolvin/pydantic instead (which seems to be more modern as its integrated with python3 type annotations and also seems...

https://pypistats.org/packages/marshmallow https://pypistats.org/packages/marshmallow-dataclass https://pypistats.org/packages/pydantic less dependencies, more popular, based on modern python idioms > There's no new schema definition micro-language to learn. If you know how to use python type hints,...

https://devguide.python.org/#status-of-python-branches 3.7 is EOL only at 2023-06-27 also i think some big LTS distros use it as their primary python version. so i would lean towards not dropping support for...

@dependabot rebase CI failure should be fixed after https://github.com/projectnessie/nessie/pull/4869

now we need to wait on https://github.com/tylerwince/flake8-bandit/issues/33

https://projectnessie.org/tools/iceberg/spark/ the problem seems to happen when the "```" closing block has a different indentation as the opening one: https://github.com/projectnessie/nessie/blame/187859163a6000d32a79cc972f8d68cbccdc6fe7/site/docs/tools/iceberg/spark.md#L55-L83