Skip to content

Commit

Permalink
remove some TODO comments (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Dec 24, 2023
1 parent 05c0aac commit c31a960
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ballista/client/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ impl BallistaContext {
}

/// Create a DataFrame representing an Json table scan
/// TODO fetch schema from scheduler instead of resolving locally
pub async fn read_json<P: DataFilePaths>(
&self,
paths: P,
Expand All @@ -221,7 +220,6 @@ impl BallistaContext {
}

/// Create a DataFrame representing an Avro table scan
/// TODO fetch schema from scheduler instead of resolving locally
pub async fn read_avro<P: DataFilePaths>(
&self,
paths: P,
Expand All @@ -232,7 +230,6 @@ impl BallistaContext {
}

/// Create a DataFrame representing a Parquet table scan
/// TODO fetch schema from scheduler instead of resolving locally
pub async fn read_parquet<P: DataFilePaths>(
&self,
paths: P,
Expand All @@ -243,7 +240,6 @@ impl BallistaContext {
}

/// Create a DataFrame representing a CSV table scan
/// TODO fetch schema from scheduler instead of resolving locally
pub async fn read_csv<P: DataFilePaths>(
&self,
paths: P,
Expand Down

0 comments on commit c31a960

Please sign in to comment.