sungwy commented on code in PR #2:
URL: 
https://github.com/apache/iceberg-verification/pull/2#discussion_r3936770706


##########
CONTRIBUTING.md:
##########
@@ -0,0 +1,273 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+# Contributing
+
+First, thank you for contributing to iceberg-verification! The goal of this
+document is to provide the guidelines you need to maintain high quality
+conformance fixtures for all Iceberg implementations.
+
+[Iceberg](https://iceberg.apache.org/) is first and foremost a Spec, an
+agreement between different implementations on the structure and meaning of the
+artifacts that make up a table. And as such, it is crucial that the way each
+implementation interprets the spec, and the values and artifacts it stores and
+transfers as a result, stay consistent across implementations. Each
+implementation's own test suite cannot catch a divergence here, because it
+checks that implementation against its own reading of the spec.
+
+This framework aims to become a central place where the materialized value
+expectations of the spec are discussed, so that their representations and
+expectations can be used to verify implementations across languages and
+platforms.
+
+One thing to be clear about up front: we surface ambiguity here, we do not
+settle it here. When a case has no clear answer in the spec, raise it on
+[[email protected]](https://lists.apache.org/[email protected]),
+and commit the case in the meantime as an open case with no expected value. See

Review Comment:
   Yeah I had to think through this again, rather than committing a case 
without expected values and having that become a convention we should just keep 
a PR open, continue the discussion on the PR and the mailing list and prevent 
the merge from happening. I'll edit this with that recomendation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to