Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support partially specified writes from case classes #1139

Open
wants to merge 50 commits into
base: b2.0
Choose a base branch
from
Open

Support partially specified writes from case classes #1139

wants to merge 50 commits into from

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    5d21efd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Merge tag 'v2.0.0'

    RussellSpitzer committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    3d5022c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Merge pull request #1092 from datastax/SPARKC-476-master

    SPARKC-476: SessionProxy Should proxy all Runtime Interfaces
    RussellSpitzer committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    d97c03c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'b1.6'

    RussellSpitzer committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    5fe21d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    86e37ab View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. SPARKC-475: Add implicit RowWriterFactory for RDD[Row]

    Previously when a DataFrame was turned into an RDD by it's `rdd` method
    saveToCassandra and joinWithCassandraTable would fail because of the
    lack of an implicit RowWriterFactory. To fix this we add an implicit
    for a RowWriterFactory for RDD[T <: Row] which ends up mapping to the
    SqlRowWriterFactory which we already have written.
    RussellSpitzer committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    dd6cae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. SPARKC-466: Add a CassandraRDDMock for end users to use in Unit Testing

    The CassandraRDDMock just passes through another RDD and pretends it is
    a CassandraRDD.
    RussellSpitzer committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    bdbd658 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    94d1821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a6154 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request #1106 from datastax/SPARKC-466

    SPARKC-466: Add a CassandraRDDMock for end users to use in Unit Testing
    RussellSpitzer committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    a2b16cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1103 from datastax/SPARKC-475

    SPARKC-475: Add implicit RowWriterFactory for RDD[Row]
    RussellSpitzer committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    7585fba View commit details
    Browse the repository at this point in the history
  3. Refresh Documentation to Use Spark 2.X concepts

    Fix doc links
    Adds Python Dictionary as Kwargs Example
    More examples, Common issues
    Minor edits for consistency
    Text and link edits
    RussellSpitzer committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    85d5925 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1105 from datastax/2.0-DocRefresh

    Refresh Documentation to Use Spark 2.X concepts
    RussellSpitzer committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    72ee19d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'b2.0'

    RussellSpitzer committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    f952474 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Merge tag 'v2.0.1'

    RussellSpitzer committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    af45b15 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'b2.0'

    RussellSpitzer committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    4fca10c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'b2.0'

    RussellSpitzer committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    2d9c102 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e19883d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed May 17, 2017
    Configuration menu
    Copy the full SHA
    2378bd3 View commit details
    Browse the repository at this point in the history
  2. Preparing 2.0.2 Release

    * SPARKC 492: Protect against Size Estimate Overflows

    * SPARKC-491: add java.time classes support to converters and sparkSQL

    * SPARKC-470: Allow Writes to Static Columnns and Partition Keys
    RussellSpitzer committed May 17, 2017
    Configuration menu
    Copy the full SHA
    e63b771 View commit details
    Browse the repository at this point in the history
  3. Merge tag 'v2.0.2'

    RussellSpitzer committed May 17, 2017
    Configuration menu
    Copy the full SHA
    2595231 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Fix GenerateDocs

    RussellSpitzer committed May 18, 2017
    Configuration menu
    Copy the full SHA
    75eef87 View commit details
    Browse the repository at this point in the history
  2. Updated Api Doc Links

    RussellSpitzer committed May 18, 2017
    Configuration menu
    Copy the full SHA
    952a36d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7ee2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1114 from jaceklaskowski/readme-slack

    Link to spark-connector Slack channel at DataStax Academy Slack
    RussellSpitzer committed May 18, 2017
    Configuration menu
    Copy the full SHA
    58aca07 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Configuration menu
    Copy the full SHA
    3a33912 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1115 from jaceklaskowski/docs-formatting

    [DOCS][MINOR] Formatting
    RussellSpitzer committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8ea8163 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. SPARKC-493: Fix generate docs script

    For some reason the logic for finding the module names was not working
    (at least on my Mac). Here I simplify it by just iterating over the two
    folders we know about, therefore making sure the output files exist in
    their own separate folders.
    Brian Cantoni committed May 30, 2017
    Configuration menu
    Copy the full SHA
    fe9911b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    02089bb View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge branch 'b1.6'

    RussellSpitzer committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    012b0e1 View commit details
    Browse the repository at this point in the history
  2. 1.6.7 API Docs

    RussellSpitzer committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    6ac59de View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    24f392d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Update 15_python.md

    Fix Python package url
    RussellSpitzer committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    c3ef9e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Add support for LcalDate year only parsing

    artemaliev committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    efc65c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Update Java API Documentation.

    Detailed Java API user guide with code examples.
    Daniil Kudryavtsev committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    5825d92 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    8ee5da2 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    ac6145d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a50162 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    582c98a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Merge pull request #1132 from polomarcus/doc-typo-16_partitioning

    doc: markdown typo - best commit in history
    RussellSpitzer committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    38542cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1129 from beargummy/java-api-doc-update

    Update Java API Documentation.
    RussellSpitzer committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    54b9be4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. README updates

    - minor restructure for the introduction sections
    - extend copyright year
    - fix a few external links for https
    - drop IRC reference (no longer used)
    Brian Cantoni committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    1bb71d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Merge pull request #1131 from datastax/DSP-13063

    Add support for LcalDate year only parsing
    artem-aliev committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    a0e5819 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Merge branch 'b1.6'

    RussellSpitzer committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    b7af81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9224ccd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'b2.0'

    RussellSpitzer committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    cf7b9d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Merge branch 'b2.0'

    RussellSpitzer committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    7bddee2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. support partially specified writes from case classes

    Aashish Srinivas authored and Aashish Srinivas committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    4ceaa20 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    96ab9c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. fix integration test

    Aashish Srinivas committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    727a7e4 View commit details
    Browse the repository at this point in the history