You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/07/20 14:50:04 UTC

[GitHub] [iceberg] rymurr commented on a change in pull request #1214: [Python] Minor fixes for tests

rymurr commented on a change in pull request #1214:
URL: https://github.com/apache/iceberg/pull/1214#discussion_r457458124



##########
File path: python/tests/core/test_base_table_scan.py
##########
@@ -14,11 +14,12 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
 from iceberg.api import Schema
 from iceberg.api.types import IntegerType, NestedField
+import pytest
 
 
+@pytest.mark.parametrize("ts_table", ['one', 'none'], indirect=True)

Review comment:
       thanks for that. You are correct! fixed.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org