Skip to content

Commit

Permalink
Fix build failures
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Jul 31, 2019
1 parent 157502f commit cf479f1
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 389 deletions.
6 changes: 3 additions & 3 deletions tensorflow_io/parquet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@@ParquetDataset
@@read_parquet
@@read_parquet_specs
@@read_parquet_columns
"""

from __future__ import absolute_import
Expand All @@ -25,14 +25,14 @@

from tensorflow_io.parquet.python.ops.parquet_ops import ParquetDataset
from tensorflow_io.parquet.python.ops.parquet_ops import read_parquet
from tensorflow_io.parquet.python.ops.parquet_ops import read_parquet_specs
from tensorflow_io.parquet.python.ops.parquet_ops import read_parquet_columns

from tensorflow.python.util.all_util import remove_undocumented

_allowed_symbols = [
"ParquetDataset",
"read_parquet",
"read_parquet_specs",
"read_parquet_columns",
]

remove_undocumented(__name__, allowed_exception_list=_allowed_symbols)
315 changes: 0 additions & 315 deletions tensorflow_io/parquet/kernels/parquet_input.cc

This file was deleted.

Loading

0 comments on commit cf479f1

Please sign in to comment.