- ab57cb9 build: Cargo workspace + native-common extraction (1/6) (#104) by Tim Saucer · 6 days ago main
- 051b00b feat: add SessionContextBuilder.withSparkFunctions for Spark-compatible functions (#100) by Andy Grove · 9 days ago
- 60351ba feat(session): add tableExists and deregisterTable to SessionContext (#102) by devoopsman45 · 10 days ago
- bbd700a docs: document Maven Central coordinates for 0.1.0 (#99) by Andy Grove · 3 weeks ago
- ad22ab6 chore: setup github actions (#93) by Bhargava Vadlamani · 3 weeks ago
- f9cdc15 feat(session): expose disableSpill and maxTempDirectorySize on SessionContextBuilder (#84) by Lantao Jin · 4 weeks ago
- d078c12 feat(substrait): add SessionContext.fromSubstrait gated behind opt-in Cargo feature (#80) by Lantao Jin · 4 weeks ago
- ff969cb chore(release): include staged Maven artifacts link in vote email template (#92) by Andy Grove · 4 weeks ago
- 5f8b57c feat(dataframe): expose set operations (union, intersect, except) (#67) by Lantao Jin · 4 weeks ago
- 74ceab5 chore(release): add 0.1.0 changelog and bump main to 0.2.0-SNAPSHOT (#91) by Andy Grove · 4 weeks ago
- 7717566 ci: run build workflow on release branches (#90) by Andy Grove · 4 weeks ago
- 67a7be1 chore(release): add changelog generator script (#88) by Andy Grove · 4 weeks ago
- 76a5454 chore(release): add multi-platform release JAR build pipeline (#87) by Andy Grove · 4 weeks ago
- 5573fe2 feat(loader): bundle native library inside the JAR (#77) by Andy Grove · 4 weeks ago
- c291b81 feat(metrics): add SessionContext.memoryUsage and runtimeStats (#85) by Lantao Jin · 4 weeks ago
- dc9b700 feat(session): configure DataFusion's built-in CacheManager from Java (#78) by Lantao Jin · 4 weeks ago
- 23fbf10 feat: typed DataFusionException hierarchy across the JNI boundary (#81) by Lantao Jin · 4 weeks ago
- d4f53df feat(dataframe): expose sort and repartition (#66) by Lantao Jin · 4 weeks ago
- 4da766c fix(udf): declare scalar UDF signatures with Field, not ArrowType (#59) by Lantao Jin · 4 weeks ago
- af78e61 feat(dataframe): add join, joinOn, and JoinType (#72) by Lantao Jin · 4 weeks ago
- dfc8db4 chore(release): add ASF release scripts for source tarballs (#76) by Andy Grove · 4 weeks ago
- 7f49541 feat(session): register object_store backends on SessionContextBuilder (#73) by Lantao Jin · 4 weeks ago
- 77b5b72 feat(dataframe): add schema, explain, cache, and describe introspection methods (#71) by Lantao Jin · 4 weeks ago
- 89d5496 feat(datasource): add Java-implemented data sources (#65) by Andy Grove · 4 weeks ago
- 2ecf3f1 feat(dataframe): add writeJson with JsonWriteOptions (#61) by Lantao Jin · 5 weeks ago
- fe4414a feat(avro): expose Avro reader via registerAvro and readAvro (#60) by Lantao Jin · 5 weeks ago
- 333ce48 feat(dataframe): add executeStream(allocator) for incremental batch iteration (#51) by Lantao Jin · 5 weeks ago
- 3d9e19f feat(dataframe): add writeCsv with CsvWriteOptions (#53) by Lantao Jin · 5 weeks ago
- 8e6ab54 feat(udf)!: switch ScalarFunction.evaluate to ColumnarValue API (closes #62) (#64) by Andy Grove · 5 weeks ago
- 1a81099 feat(arrow): expose Arrow IPC reader via registerArrow and readArrow (#52) by Lantao Jin · 5 weeks ago
- dd5d6fc feat: add Java scalar UDF support (#46) by Andy Grove · 5 weeks ago
- 678eee1 feat(dataframe): expose withColumn and unnestColumns (#54) by Lantao Jin · 5 weeks ago
- 63a86a5 feat(json): expose NdJsonReadOptions via registerJson and readJson (#47) by Lantao Jin · 5 weeks ago
- 4a967e4 feat(builder): expose ConfigOptions.set/get as setOption / setOptions / getOption (#49) by Lantao Jin · 5 weeks ago
- 2689011 docs: remove project-status checklist (#34) by Andy Grove · 5 weeks ago
- 60d5342 build: add examples module on a multi-module Maven build (#32) by Andy Grove · 5 weeks ago
- be10e16 docs: publish Javadoc as part of the User Guide (#31) by Andy Grove · 5 weeks ago
- fe54208 feat(dataframe): add limit, distinct, dropColumns, withColumnRenamed (#30) by Andy Grove · 5 weeks ago
- 9dacdc8 refactor: pass csv and parquet read options via protobuf (#29) by Andy Grove · 5 weeks ago
- 3698b9a feat: configure SessionContext and RuntimeEnv via builder (#28) by Andy Grove · 5 weeks ago
- 423ff8a feat(write): add DataFrame.writeParquet with ParquetWriteOptions (#27) by Andy Grove · 5 weeks ago
- 598ae9e ci: publish docs site to datafusion.apache.org/java/ (#26) by Andy Grove · 5 weeks ago
- f61b10f docs: add Sphinx documentation site with user and contributor guides (#24) by Andy Grove · 5 weeks ago
- a651d31 docs: add GitHub issue and PR templates (#23) by Andy Grove · 5 weeks ago
- 50885c6 feat(csv): expose CsvReadOptions via registerCsv and readCsv (#21) by Lantao Jin · 5 weeks ago
- ca7ebef docs: replace roadmap with project-status checklist (#20) by Andy Grove · 5 weeks ago
- 757a078 feat(proto): execute Java-built protobuf plans via SessionContext (#13) by Andy Grove · 5 weeks ago
- 717b735 feat(dataframe): add select/filter/count/show methods (#19) by Andy Grove · 5 weeks ago
- 233243c feat(parquet): expose ParquetReadOptions via registerParquet and readParquet (#18) by Andy Grove · 5 weeks ago
- 1da3233 ci: replace disallowed third-party actions in build workflow (#16) by Andy Grove · 5 weeks ago
- 058840a ci: add build workflow that runs make test (#15) by Andy Grove · 5 weeks ago
- 5292e05 feat(proto): generate datafusion-proto Java classes at build time (#9) by Andy Grove · 5 weeks ago
- e412ab5 chore(.asf.yaml): null out main branch protection to clear stale rules (#11) by Andy Grove · 5 weeks ago
- 80eaf81 chore: remove protected_branches block and format workflow (#7) by Andy Grove · 5 weeks ago
- 26a3b4c Merge pull request #1 from andygrove/initial-seed by Andy Grove · 5 weeks ago
- 4dab968 refactor: extract native library name into constant by Andy Grove · 5 weeks ago
- e79dc7e fix(native): restore datafusion default features and arrow ffi by Andy Grove · 5 weeks ago
- 7943e22 Update native/Cargo.toml by Andy Grove · 5 weeks ago
- 969d32e chore: add .asf.yaml configuring repo metadata and branch protection by Andy Grove · 5 weeks ago
- 9e82551 feat: initial seed of Apache DataFusion Java bindings by Andy Grove · 5 weeks ago
- 68bcdb6 Create README.md by Andy Grove · 5 weeks ago