Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-14214

[Python][CI] wheel-windows-cp36-amd64 nightly build failure

    XMLWordPrintableJSON

Details

    Description

      See https://github.com/ursacomputing/crossbow/runs/3788550781?check_suite_focus=true#step:8:308

      For some reason, Orc is disabled in the Python 3.6 Windows wheel build, but the test doesn't detect it:

      
      __________________________ test_file_format_pickling __________________________
      
          def test_file_format_pickling():
              formats = [
                  ds.IpcFileFormat(),
                  ds.CsvFileFormat(),
                  ds.CsvFileFormat(pa.csv.ParseOptions(delimiter='\t',
                                                       ignore_empty_lines=True)),
                  ds.CsvFileFormat(read_options=pa.csv.ReadOptions(
                      skip_rows=3, column_names=['foo'])),
                  ds.CsvFileFormat(read_options=pa.csv.ReadOptions(
                      skip_rows=3, block_size=2**20)),
                  ds.ParquetFileFormat(),
                  ds.ParquetFileFormat(dictionary_columns={'a'}),
                  ds.ParquetFileFormat(use_buffered_stream=True),
                  ds.ParquetFileFormat(
                      use_buffered_stream=True,
                      buffer_size=4096,
                  )
              ]
              try:
      >           formats.append(ds.OrcFileFormat())
      E           AttributeError: module 'pyarrow.dataset' has no attribute 'OrcFileFormat'
      

      Attachments

        Issue Links

          Activity

            People

              jorisvandenbossche Joris Van den Bossche
              apitrou Antoine Pitrou
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h