GithubHelp home page GithubHelp logo

bigquery-orc-bug's Introduction

Minimal example to demonstrate bug with ORC batch-upload to BigQuery

Requirements

Have spark-2.3.2 installed locally and $SPARK_HOME correctly set

Have maven-3.6.0 or later installed

Have the necessary jars to upload files on Google Storage

(Skip this if your local spark installation can already upload files on Google Storage).

They can be downloaded by running the following command

mvn dependency:copy-dependencies

and copying the content of target/dependency/ into $SPARK_HOME/jars

You also need to remove $SPARK_HOME/jars/guava-14.0.1.jar because a more recent version is downloaded.

Setup

Setup python virtual environment

python3 -m virtualenv -p python3 venv
source venv/bin/activate && python3 -m pip install $QUIET -r requirements.txt

Configure

  • Add a conf/gcs-credentials.json files with the proper credentials to your testing environment
  • Rename conf.py.template to conf.py and fill the missing variables

Run

python main.py 

Check out the result

Go to your BigQuery console and look at the newly created table:

What should happen

The second row DataFrame created by Spark has a null struct

>>> df.show()
+------+
|     s|
+------+
|[1, 2]|
|  null|
+------+

We should get the same thing on BigQuery

What happens instead

We get a non-null struct with null fields

Data sample

The ORC file written by spark with my setup are present in the data/orc_test folder. This should help finding any platform-specific issues.

bigquery-orc-bug's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.