Results 7 comments of himchan

@cryoff you can find [here](https://github.com/kserve/kserve/blob/df889a1e211dcf83c28537572e7e3d0046f3cdf3/python/kserve/kserve/errors.py#L91) just some exceptions make status code. if you trigger ModelNotFound, it makes 404.

same error on shapeless in 2.1.0 1.2.0 is works

@treff7es can you check this?

[release](https://central.sonatype.com/artifact/io.acryl/acryl-spark-lineage/0.2.9/overview) is different from master code. release version is making hive lineage, but building master code is making s3 lineage.

in source-jar, hive platform alias is camel case not snake case.

in [docs](https://datahubproject.io/docs/metadata-integration/java/spark-lineage-beta), ```spark.datahub.metadata.table.hive_platform_alias``` but ```spark.datahub.metadata.dataset.hivePlatformAlias``` is working.

but I don't know why code is different with release.